apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.64k stars 1.02k forks source link

create fork of analyzers module without Version [LUCENE-5865] #6927

Open asfimport opened 10 years ago

asfimport commented 10 years ago

Since this is obviously too controversial to fix, we can just add alternatives that don't have this messy api, e.g. under analyzers-simple.

These won't have Version. They don't need factories, because they are actually geared at being usable for lucene users.

Once nice thing is, this way the problem can be fixed in 4.10


Migrated from LUCENE-5865 by Robert Muir (@rmuir) Attachments: LUCENE-5865.patch

asfimport commented 10 years ago

Robert Muir (@rmuir) (migrated from JIRA)

Unlike the existing analyzers module, the big freedom here is that back compat isnt provided.

asfimport commented 10 years ago

Robert Muir (@rmuir) (migrated from JIRA)

Attached is a patch.

I think this provides an alternative, in a case where we disagree.

asfimport commented 10 years ago

Yonik Seeley (@yonik) (migrated from JIRA)

Please... let's not duplicate all of this stuff.