Re: Understanding Document ID (Lucene 10.0.0)

2024-10-25 Thread Michael Froh
Hi Prashant, For your particular use-case, you probably don't need to join across multiple indices. Lucene is able to maintain multiple data structures per field, with the selection of data structures coming from attributes of the field's type. If you have a field that you want to return, but doe

Understanding Document ID (Lucene 10.0.0)

2024-10-25 Thread Prashant Saxena
I'm new to Lucene and trying to understand the concept of unique document id, something like a primary key in databases like sql or sqlite etc. While searching, I came across this article: https://blog.mikemccandless.com/2014/05/choosing-which actually fast-unique-identifier-uuid.html