You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Martijn van Groningen (JIRA)" <ji...@apache.org> on 2016/07/25 07:00:29 UTC

[jira] [Created] (LUCENE-7394) Make MemoryIndex immutable

Martijn van Groningen created LUCENE-7394:
---------------------------------------------

             Summary: Make MemoryIndex immutable
                 Key: LUCENE-7394
                 URL: https://issues.apache.org/jira/browse/LUCENE-7394
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Martijn van Groningen


The MemoryIndex itself should just be a builder that constructs an IndexReader instance. The whole notion of freezing a memory index should be removed.

While we change this we should also clean this class up. There are many methods to add a field, we should just have a single method that accepts a `IndexableField`.

The `keywordTokenStream(...)` method is unused and untested and should be removed and it doesn't belong with the memory index.

The `setSimilarity(...)`, `createSearcher(...)` and `search(...)` methods should be removed, because the MemoryIndex should just be responsible for creating an IndexReader instance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org