[ 
https://issues.apache.org/jira/browse/LUCENE-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788743#action_12788743
 ] 

Grant Ingersoll commented on LUCENE-1377:
-----------------------------------------

bq. Really? we don't add any analysis capabilities to lucene that solr uses too?

Yes, but Solr has a dependency on Lucene, not the other way around.  Solr is, 
by definition, at a higher level than Lucene.  In order for Lucene to use 
something of Solr's, it has to, essentially, fork the code.  It's happened 
several times where stuff was pulled out of Solr and put in Lucene, but then 
Solr wasn't updated to use it or it was updated due to Solr undertaking a fair 
amount of work to then use the exact same feature it had in it's own code base 
that Lucene then added.  Since Solr has the dep. on Lucene, it's natural Solr 
takes advantage of what Lucene has to offer, just like any other project that 
uses Lucene.

Like I said, though, it may make sense for analysis to be separate.  I was just 
pointing out it is a slippery slope.

> Add HTMLStripReader and WordDelimiterFilter from SOLR
> -----------------------------------------------------
>
>                 Key: LUCENE-1377
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1377
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Analysis
>    Affects Versions: 2.3.2
>            Reporter: Jason Rutherglen
>            Priority: Minor
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> SOLR has two classes HTMLStripReader and WordDelimiterFilter which are very 
> useful for a wide variety of use cases.  It would be good to place them into 
> core Lucene.

-- 
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: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to