Note, I'm rapidly catching up so I just skimmed... but is it possible
that your imports are replacing older documents with new documents
that don't happen to match? Looking at numDocs/maxDoc in the admin GUI
should tell you this, the delta between those two numbers is the
number of replaced documents.

Best
Erick

On Thu, May 16, 2013 at 3:59 AM, vishal parekh (JIRA) <j...@apache.org> wrote:
> vishal parekh created SOLR-4827:
> -----------------------------------
>
>              Summary: fuzzy search problem
>                  Key: SOLR-4827
>                  URL: https://issues.apache.org/jira/browse/SOLR-4827
>              Project: Solr
>           Issue Type: Bug
>           Components: search
>     Affects Versions: 4.3, 4.2
>          Environment: OS - ubuntu
> Server - Jboss 7
>             Reporter: vishal parekh
>
>
> I am periodically import/index records into solr server.
>
> (1) so, suppose first, import 400000 records, commited.
>     and then do fuzzy search on it, and works fine.
>
> (2) import another 100000 records, commited. fuzzy search works fine.
>
> (3) import another 50000 records, commited. now, when i do fuzzy search on    
> not these new records but above older records; it gives me lesser records 
> then previous.
>
> say after 1st import it gives me 3000 records (from 400000) for any fuzzy 
> search, now on same data it returns only 1000 records  (from 400000) for same 
> search.
>
> above steps are just example, its not like after 3rd import only it cause 
> this issue.
>
> not sure, if size of index cause any problem or any other issue.
>
>
>
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA administrators
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to