Hi,

I'm trying to figure out if I should be learning to use Lucene. I imagine wanting to provide a user with a way to search for something and present that found thing, in some way. If what is ultimately searched is text files, then position would be an offset into the text file, I think. But, that seems like a pretty unlikely scenario.

If I have stored structured data into a database of some sort, does Lucene provide some way to associate a position with an entry in a database? Or is that left to the programmer to implement, outside of Lucene?

Kendall


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to