Is it possible to escape some texts from Solr query?

2018-09-04 Thread girish.vignesh
One of the ID attribute which we are using to query is AND so our looks like http://localhost:8983/solr//select?fq=id:AND&wt=json This throws below mentioned exception error: { metadata: [ "error-class", "org.apache.solr.common.SolrException", "root-error-class", "org.apache.solr.parser.ParseExc

Re: Solr still gives old data while faceting from the deleted documents

2018-04-12 Thread girish.vignesh
mincount will fix this issue for sure. I have tried that but the requirement is to show facets with 0 count as disabled. I think I left with only 2 options. Either go with expungeDelets with update URL or use optimize in a scheduler. Regards, Vignesh -- Sent from: http://lucene.472066.n3.nabb

Solr still gives old data while faceting from the deleted documents

2018-04-12 Thread girish.vignesh
Solr gives old data while faceting from old deleted or updated documents. For example we are doing faceting on name. name changes frequently for our application. When we index the document after changing the name we get both old name and new name in the search results. After digging more on this I

Solr still gives old data while faceting from the deleted documents

2018-04-12 Thread girish.vignesh
Solr gives old data while faceting from old deleted or updated documents. For example we are doing faceting on name. name changes frequently for our application. When we index the document after changing the name we get both old name and new name in the search results. After digging more on this I