Re: Call for Papers Opens for ApacheCon US 2007

2007-04-24 Thread Bertrand Delacretaz

On 4/23/07, Chris Hostetter [EMAIL PROTECTED] wrote:


...I was thinking about submitting two talks...

  Novice:   Solr Out of the Box
  Advanced: Solr Beyond the Box...


Sounds good, and looking at Solr from these two angles certainly makes sense!

-Bertrand


[jira] Updated: (SOLR-211) regex split() Tokenizer

2007-04-24 Thread Ryan McKinley (JIRA)

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

Ryan McKinley updated SOLR-211:
---

Attachment: SOLR-211-RegexSplitTokenizer.patch

Using a Matcher to generate the tokens makes it easy enough to return the match 
as token -- not just the split()

* Updated to take a group argument - if the group is less then zero, it 
behaves as a split, otherwise it uses the matched group as the token.

* Changed the name to PatternTokenizerFactory as it is more general then just 
split

 regex split() Tokenizer
 ---

 Key: SOLR-211
 URL: https://issues.apache.org/jira/browse/SOLR-211
 Project: Solr
  Issue Type: New Feature
  Components: search
Reporter: Ryan McKinley
 Attachments: SOLR-211-RegexSplitTokenizer.patch, 
 SOLR-211-RegexSplitTokenizer.patch, SOLR-211-RegexSplitTokenizer.patch


 A TokenizerFactory that makes tokens from:
   string.split( regex );

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