[
https://issues.apache.org/jira/browse/LUCY-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236283#comment-15236283
]
DGB commented on LUCY-299:
--------------------------
> Indexers can only commit once. After committing, you need to create a new
> Indexer.
Understood, but code is reopening the index after commit (re-calling
Indexer-new), so this isn't/shouldn't be the issue.
I'll look for some time over the next few days to isolate a limited test case
w. code.
> Using Blob field type stops search working on other fields
> ----------------------------------------------------------
>
> Key: LUCY-299
> URL: https://issues.apache.org/jira/browse/LUCY-299
> Project: Lucy
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.4.4
> Environment: Ubuntu 15.10
> Reporter: DGB
> Labels: github-import, newbie
>
> Running into an apparent issue using BlobType_new to create FieldType.
> Scenario:
> Creating a schema with two fields, "fullpath" and "title". Using EasyAnalyzer.
> Add a couple of entries to the index
> Issued a search against the index
> Problem: If for fullpath field I use BlobType_new for FieldType, no search
> match is found. However, if I use either FullTextType_new or StringType_new
> for the schema FieldType of fullpath, it works fine.
> If I do not add fullpath at all, not to schema nor of course with Doc_Store -
> i.e. just have a single field of title - my scenario works fine (get a search
> hit).
> If I add fullpath to the schema, but not to the doc entries (via Doc_Store),
> it works fine (get a search hit).
> It makes no difference (still get no match) if add fullpath before or after
> title.
> It makes no difference (still get no match) whether I pass true or false as
> parm to BlobType_new.
> In all cases, FieldType for title is fulltext; and it is title that is
> generating the matches against the search query.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)