[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-132) Implement faceted searches

John Griffin (JIRA) noreply at atlassian.com
Wed Nov 7 22:22:29 EST 2007


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_28734 ] 

John Griffin commented on HSEARCH-132:
--------------------------------------

In addition to what I outlined above, Term Frequency Vectors could be used with the assumption that the top  N scoring number of documents are relevant and the bottom Q number are not. Get the relevant documents terms and reconstruct the query. This would eliminate the manual intervention.

The contributions to Lucene contains a MoreLikeThis.java that is supposed to make relevancy easier to implement rhan working with Term Frequency Vectors but I have not worked with it (yet)  ;>).

> Implement faceted searches
> --------------------------
>
>                 Key: HSEARCH-132
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-132
>             Project: Hibernate Search
>          Issue Type: New Feature
>          Components: query
>            Reporter: John Griffin
>
> Faceted searches are a hot topic right now. We should look at implementing a form of these.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list