You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "kamlesh (JIRA)" <ji...@apache.org> on 2014/05/22 11:09:38 UTC

[jira] [Created] (SOLR-6107) Sort on Phrase Frequency

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org