[jira] Reopened: (SOLR-298) NGramTokenFilter missing in trunk

2007-07-13 Thread Thomas Peuss (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Peuss reopened SOLR-298:
---


Sorry. I have not really stated that this issue is for Solr. In Solr-trunk I 
don' find the ngram filters:

[EMAIL PROTECTED] /cygdrive/c/Projects/solr-trunk2
$ grep -ril ngramfilter *

[EMAIL PROTECTED] /cygdrive/c/Projects/solr-trunk2
$

This was a fresh checkout.

 NGramTokenFilter missing in trunk
 -

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

 In one of the patches for SOLR-81 are Ngram TokenFilters. Only the Tokenizers 
 seem to have made it into Subversion (trunk). What happened to them?

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



Re: [jira] Reopened: (SOLR-298) NGramTokenFilter missing in trunk

2007-07-13 Thread Mike Klaas

On 13-Jul-07, at 12:48 AM, Thomas Peuss (JIRA) wrote:



 [ https://issues.apache.org/jira/browse/SOLR-298? 
page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]


Thomas Peuss reopened SOLR-298:
---


Sorry. I have not really stated that this issue is for Solr. In  
Solr-trunk I don' find the ngram filters:


[EMAIL PROTECTED] /cygdrive/c/Projects/solr-trunk2
$ grep -ril ngramfilter *

[EMAIL PROTECTED] /cygdrive/c/Projects/solr-trunk2
$

This was a fresh checkout.


Solr includes these analyzers as a lucene jar, not source.

-Mike