Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Three possible bugs in DocumentBatch #173

Open
SOLR4189 opened this issue Jun 24, 2018 · 0 comments
Open

Three possible bugs in DocumentBatch #173

SOLR4189 opened this issue Jun 24, 2018 · 0 comments

Comments

@SOLR4189
Copy link

Hi,
I started to work with LUWAK for percolator functionality in SOLR. I use ParallelMatcher with SimpleMatcher inside, and DocumentBatch with 3000 docs per batch.

During using LUWAK, I noticed 3 things (maybe bugs):

  1. First issue with solution you can read here: Using LeafReader only for first segment #171
    It's relevant for big size batches.

  2. Second issue with temp solution and optimal suggested solution you can read here: The lack of hermetics in DocumentBatch #172
    It's relevant for big size batches with different fields between docs

  3. Also I noticed when I work with DocumentBatch, I must provide _luwak_id field. It's not a problem, but maybe to metion about it in README file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant