You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2011/01/30 15:05:01 UTC

[jira] Commented: (SOLR-1316) Create autosuggest component

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

Robert Muir commented on SOLR-1316:
-----------------------------------

Andrzej, could you review the files added by this commit, and see if any need Apache 2 license headers?
>From the comments, it seems some of it comes from jaspell, so I am hesitant to apply any headers...

{noformat}
[rat:report]   C:/Users/rmuir/workspace/lucene/solr/src/java/org/apache/solr/spelling/suggest/BufferingTermFreqIteratorWrapper.java
[rat:report]   C:/Users/rmuir/workspace/lucene/solr/src/java/org/apache/solr/spelling/suggest/Lookup.java
[rat:report]   C:/Users/rmuir/workspace/lucene/solr/src/java/org/apache/solr/spelling/suggest/SortedTermFreqIteratorWrapper.java
[rat:report]   C:/Users/rmuir/workspace/lucene/solr/src/java/org/apache/solr/spelling/suggest/UnsortedTermFreqIteratorWrapper.java
[rat:report]   C:/Users/rmuir/workspace/lucene/solr/src/java/org/apache/solr/spelling/suggest/jaspell/JaspellLookup.java
[rat:report]   C:/Users/rmuir/workspace/lucene/solr/src/java/org/apache/solr/spelling/suggest/jaspell/JaspellTernarySearchTrie.java
[rat:report]   C:/Users/rmuir/workspace/lucene/solr/src/java/org/apache/solr/spelling/suggest/tst/TSTAutocomplete.java
[rat:report]   C:/Users/rmuir/workspace/lucene/solr/src/java/org/apache/solr/spelling/suggest/tst/TSTLookup.java
[rat:report]   C:/Users/rmuir/workspace/lucene/solr/src/java/org/apache/solr/spelling/suggest/tst/TernaryTreeNode.java
{noformat}


> Create autosuggest component
> ----------------------------
>
>                 Key: SOLR-1316
>                 URL: https://issues.apache.org/jira/browse/SOLR-1316
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>    Affects Versions: 1.4
>            Reporter: Jason Rutherglen
>            Assignee: Andrzej Bialecki 
>            Priority: Minor
>             Fix For: Next
>
>         Attachments: SOLR-1316.patch, SOLR-1316.patch, SOLR-1316.patch, SOLR-1316.patch, SOLR-1316.patch, SOLR-1316.patch, SOLR-1316.patch, SOLR-1316.patch, SOLR-1316.patch, SOLR-1316.patch, SOLR-1316.patch, SOLR-1316_3x-2.patch, SOLR-1316_3x.patch, suggest.patch, suggest.patch, suggest.patch, TST.zip
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> Autosuggest is a common search function that can be integrated
> into Solr as a SearchComponent. Our first implementation will
> use the TernaryTree found in Lucene contrib. 
> * Enable creation of the dictionary from the index or via Solr's
> RPC mechanism
> * What types of parameters and settings are desirable?
> * Hopefully in the future we can include user click through
> rates to boost those terms/phrases higher

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org