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

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

    [ https://issues.apache.org/jira/browse/SOLR-6107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005895#comment-14005895 ] 

Ahmet Arslan commented on SOLR-6107:
------------------------------------

Hi Kamlesh, please ask this kind of questions to solr-user mailing list. Here is information about how you can subscribe and start sending e-mails. 
https://lucene.apache.org/solr/discussion.html You will get a lot of answers.

> 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