14 apr 2006 kl. 17.56 skrev karl wettin:
14 apr 2006 kl. 17.51 skrev Christophe:
Are you contemplating having your own index and index format? In
that case, it's not clear to me how much leverage you will be
getting using Lucene at all. Could you explain in more detail
what you are trying to do?
I want to use the parts of Lucene built to query an index, not the
part that persists an index.
Sorry for flooding. Here is a class diagram (go fixed size font) of
what I want to do:
[MyTokenizedClass](field)-- {0..*} | {0..1} --[Token]<- - - <<query>>
- -[Searchable]
|
\---[Offset]
I want to store all the tokens in the realm of my application. I do
not want to use the IndexWriter to analyze and tokenize my fields. I
do that my self.
I only want the query mechanism of Lucene.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]