Re: Facet full-text

2018-03-06 Thread Shawn Heisey
On 3/6/2018 10:16 AM, Moncif Aidi wrote: I am using Solr to power faceting features for our application. I know that SOLR can do free text search but what is the best practice for faceting on common terms inside SOLR text fields? Based on everything below, there might be a little bit of confu

Re: Facet full-text

2018-03-06 Thread Emir Arnautović
Hi, Faceting on text field requires use of field cache which can eat up a large heap and result in unstable Solr. It is recommended to have doc values enabled for field that you plan to do faceting on, but you cannot enable doc values on text field. It is recommended to do preprocessing of text

Facet full-text

2018-03-06 Thread Moncif Aidi
Hello, I am using Solr to power faceting features for our application. I know that SOLR can do free text search but what is the best practice for faceting on common terms inside SOLR text fields? For example, we have a large blob of text (a description of a property) which contains useful text