Re: Issue with facet count

2017-04-10 Thread kshitij tyagi
> Search Consultant, R&D Software Engineer, Director > Sease Ltd. - www.sease.io > -- > View this message in context: http://lucene.472066.n3. > nabble.com/Issue-with-facet-count-tp4329056p4329157.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Issue with facet count

2017-04-10 Thread alessandro.benedetti
heers - --- Alessandro Benedetti Search Consultant, R&D Software Engineer, Director Sease Ltd. - www.sease.io -- View this message in context: http://lucene.472066.n3.nabble.com/Issue-with-facet-count-tp4329056p4329157.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Issue with facet count

2017-04-10 Thread kshitij tyagi
Hi Alex, After full re-indexing things work out fine. But is there any other way to make schema changes on the go? Or we have to reindex entire data whenever a schema change is done? we are having 30-40 million documents and it is a tedious and time taking task. What other approaches are there

Re: Issue with facet count

2017-04-08 Thread Alexandre Rafalovitch
Did you do a full reindex? Try completely deleting the index and redoing it from scratch (at least as a test). If you have left over documents and changed type definitions, things may get messy. If that's too hard, just index a single record into a separate collection with matching-definition and c

Re: Issue with facet count

2017-04-08 Thread kshitij tyagi
Hi Alex, Thanks for the response. 1. Actually everything was working fine earlier unless I made changes on a dynamic field whose facets are being created, I changed the field type to "strings" earlier I was tokenizing my field on based delimeter '_'. 2. When I made the changes and started indexi

Re: Issue with facet count

2017-04-08 Thread Alexandre Rafalovitch
What happens when you facet on a 'all document query' (q=*:*)? Are you sure your facet fields actually have the content? If they are stored, they should be returned with the query. If they are not stored, you could see what they contain in the Schema screen of the Admin UI (load tokens checkbox).

Issue with facet count

2017-04-08 Thread kshitij tyagi
Hi, I am getting zero count for all facets created by using facet.field in solr 5.1 The surprise element is that I am able to query correctly on fields, but my facet counts are returning zero count. Can anyone help me out here on what all I should check? Regards, Kshitij