kamlesh created SOLR-6107:
-----------------------------

             Summary: Sort on Phrase Frequency
                 Key: SOLR-6107
                 URL: https://issues.apache.org/jira/browse/SOLR-6107
             Project: Solr
          Issue Type: Task
          Components: clients - java
            Reporter: kamlesh


I am using Solr 4.6.1 and solr is new for me to use,  
Following is my problem which currently facing. 
My requirement is when i search in solr i want to the entire documents sort on 
term frequency desc order.
For ex. if i search space shuttle so i can get tf(term frequency) of space and  
tf of shuttle individual, so i can sort  all the documents  base on sum of  the 
both tf.
But when i search "space  shuttle" so can get 0 tf for all the solr documents 
result.
i have search on google and i can get result that solr only return s terms 
frequency of single word and solr also consider "space shuttle" as a  phrase 
not a terms so it return 0 count for all documents.
Can I get phrase frequency count and sort on that?




--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to