[
https://issues.apache.org/jira/browse/LUCENE-4891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616081#comment-13616081
]
Shai Erera commented on LUCENE-4891:
------------------------------------
Update, I ran the test without the fix applied to LUCENE-4882 *and* reordered
the categories that are indexed so that 'me' comes last and indeed there's a
missing category {{network/hanirc}}. So I guess it is related to that fix, and
perhaps you index the categories in different order, although I'm seeing a
different category missing. Can you try to run with that fix?
> Only a part of CategoryPath is recorded if I add "me" category.
> ---------------------------------------------------------------
>
> Key: LUCENE-4891
> URL: https://issues.apache.org/jira/browse/LUCENE-4891
> Project: Lucene - Core
> Issue Type: Bug
> Components: modules/facet
> Affects Versions: 4.2
> Reporter: crocket
>
> If I add [type/CHAT, me, network/hanirc/chan/#sdgsdgsd] as "categories" to a
> document and add the document to a writer as below, Only
> "network/hanirc/chan", not "network/hanirc/chan/#sdgsdgsd "is" recorded into
> a taxonomy directory. type/CHAT and me are recorded well. I confirmed it with
> a test.
> FacetFields ff = new FacetFields(taxoWriter);
> ff.addFields(doc, categories);
> nrtWriter.addDocument(doc);
> If I add [type/CHAT, network/hanirc/chan/#sdgsdgsd] to a document, everything
> is recorded fine.
> What's wrong with "me" category?
> You could clone git://snowberry.me/ZeroIrcLog.git and read the code if you
> want.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]