Valentin Tablan
unread,Jan 7, 2014, 9:18:16 AM1/7/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mg...@googlegroups.com
Hi,
I'm thinking about implementing an in-RAM live index, which can serve
searches whilst is being constructed. The obvious thing would be to
extend the Index abstract class, however, the constructor for that
requires things like the number of documents and number of terms. That
makes sense in a read-only index, but for a live index, these values
would change over time.
Does this mean that the Index class is unsuitable for this type of usage?
Thanks,
Valentin