Implement updateable numeric fields
Description
Activity
Show:
Sanne GrinoveroJanuary 15, 2015 at 6:10 PM
I didn't know about that, but would be awesome. Let's find out if it's really possible. Marc, do you happen to remember / have a link?
Marc SchipperheynJanuary 15, 2015 at 5:13 PM
All my remarks on this subject basically aim to eliminate or reduce the full reindexing of an object after an indexed field on it changes. Because some class hierarchies can be quite extensive @IndexedEmbedded can generate a large amount of queries, especially with LAZY connections. I believe when I created this issue I had read something about Numeric fields being updateable in Lucene 4.
Hardy FerentschikJanuary 15, 2015 at 2:08 PM
@Marc Schipperheyn, what do you have in mind here and what do you mean with "eliminating cascading object tree initialization."?
Details
Details
Details
Created December 20, 2013 at 12:37 PM
Updated January 22, 2024 at 7:48 AM
Lucene 4.6 supports updatable numeric fields bringing us one step closer to eliminating cascading object tree initialization.
https://issues.apache.org/jira/browse/LUCENE-5189