apache / lucene

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

allow for custom segment files [LUCENE-1914] #2989

Open asfimport opened 15 years ago

asfimport commented 15 years ago

Create a plugin framework where one can provide some sort of callback to add to a custom segment file, given a doc and provide some sort of merge logic. This is in light of the flexible indexing effort.


Migrated from LUCENE-1914 by John Wang, updated Nov 30 2013

asfimport commented 13 years ago

Shai Erera (@shaie) (migrated from JIRA)

I don't understand what's requested here. If you want to add custom files to segments, then that's already covered by Codecs in trunk (4.0), and I think we can close the issue. If not, can you please clarify?

asfimport commented 13 years ago

John Wang (migrated from JIRA)

codecs in trunk 4.0 (at least to my knowledge) provides flexibility for writing custom posting lists etc.

What I hope to have is at a more general level, e.g. if you want to write a stored field file format your self, or even write a forward index on a field.

Hope this makes sense.

Thanks

-John

asfimport commented 13 years ago

Shai Erera (@shaie) (migrated from JIRA)

Yes I think this makes sense. And the direction with Codecs is to handle stored fields too, and I also think custom files. I'll keep this issue open, but stay tuned for JIRA - someone might open a separate issue to handle those things :).

asfimport commented 10 years ago

Erick Erickson (@ErickErickson) (migrated from JIRA)

2013 Old JIRA cleanup