Re: Solr Phrase Count : How to get count of a phrase in a text field solr

2018-02-27 Thread aneeshkappu
Found the solution
put `debug=results` at the end of solr url
it will give you the phrase freq also.



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Re: Solr Phrase Count : How to get count of a phrase in a text field solr

2018-02-26 Thread Emir Arnautović
For start you don’t have to store it. Also, is 10 words shingle really needed?

Emir
--
Monitoring - Log Management - Alerting - Anomaly Detection
Solr & Elasticsearch Consulting Support Training - http://sematext.com/



> On 24 Feb 2018, at 16:58, aneeshkappu  wrote:
> 
> Hi All, I want to get the count of a phrase from a document .
> Currently im using Shingle Filter factory but it consuming a large disk
> space. Any alternate ways or any way to optimize this.
> currently it consuming 40GB for just 46K records
> 
> my schema setting is given below 
> 
>  multiValued="false"/>
> 
> 
> 
>  
>
> 
>   
> outputUnigrams="true"/>
> 
>   
>
>
> 
> 
>
> 
> 
> 
> --
> Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html



Solr Phrase Count : How to get count of a phrase in a text field solr

2018-02-24 Thread aneeshkappu
Hi All, I want to get the count of a phrase from a document .
Currently im using Shingle Filter factory but it consuming a large disk
space. Any alternate ways or any way to optimize this.
currently it consuming 40GB for just 46K records

my schema setting is given below 




  

 
   

 
   


 
  




--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html