Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
2.4.1
-
None
-
New, Patch Available
Description
Enable near realtime search in Lucene without external
dependencies. When RAM NRT is enabled, the implementation adds a
RAMDirectory to IndexWriter. Flushes go to the ramdir unless
there is no available space. Merges are completed in the ram
dir until there is no more available ram.
IW.optimize and IW.commit flush the ramdir to the primary
directory, all other operations try to keep segments in ram
until there is no more space.
Attachments
Attachments
Issue Links
- blocks
-
LUCENE-1667 ConcurrentMergeScheduler use a thread pool (per directory)
- Closed
- depends upon
-
LUCENE-1618 Allow setting the IndexWriter docstore to be a different directory
- Closed
- is depended upon by
-
SOLR-1278 Near Realtime Search Replication
- Closed
- relates to
-
LUCENE-1577 Benchmark of different in RAM realtime techniques
- Closed