[jira] Commented: (SOLR-307) NGramFilterFactory and EdgeNGramFilterFactory

2007-07-18 Thread Otis Gospodnetic (JIRA)

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

Otis Gospodnetic commented on SOLR-307:
---

Eh, that abstract BaseTokenFilterFactory implements TokenFilterFactory 
interface, but does not implement (and keep abstract) its create(TokenStream) 
method, that must be why Eclipse is complaining.  Should we add an abstract 
create(TokenStream) to BTFF class?


 NGramFilterFactory and EdgeNGramFilterFactory
 -

 Key: SOLR-307
 URL: https://issues.apache.org/jira/browse/SOLR-307
 Project: Solr
  Issue Type: New Feature
  Components: search
Reporter: Thomas Peuss
Priority: Minor
 Attachments: SolrNGramFilters.patch


 Here is a patch that adds an NGramFilterFactory and EdgeNGramFilterFactory to 
 Solr.

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



[jira] Commented: (SOLR-307) NGramFilterFactory and EdgeNGramFilterFactory

2007-07-18 Thread Yonik Seeley (JIRA)

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

Yonik Seeley commented on SOLR-307:
---

Just remove @Override (since there isn't an implementation it's overriding, 
eclipse was correct to complain I guess).

 NGramFilterFactory and EdgeNGramFilterFactory
 -

 Key: SOLR-307
 URL: https://issues.apache.org/jira/browse/SOLR-307
 Project: Solr
  Issue Type: New Feature
  Components: search
Reporter: Thomas Peuss
Priority: Minor
 Attachments: SolrNGramFilters.patch


 Here is a patch that adds an NGramFilterFactory and EdgeNGramFilterFactory to 
 Solr.

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



[jira] Commented: (SOLR-307) NGramFilterFactory and EdgeNGramFilterFactory

2007-07-18 Thread Thomas Peuss (JIRA)

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

Thomas Peuss commented on SOLR-307:
---

You are perfectly right. I am wondering why my Eclipse was not complaining.

 NGramFilterFactory and EdgeNGramFilterFactory
 -

 Key: SOLR-307
 URL: https://issues.apache.org/jira/browse/SOLR-307
 Project: Solr
  Issue Type: New Feature
  Components: search
Reporter: Thomas Peuss
Priority: Minor
 Attachments: SolrNGramFilters.patch


 Here is a patch that adds an NGramFilterFactory and EdgeNGramFilterFactory to 
 Solr.

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