[ 
https://issues.apache.org/jira/browse/LUCENE-4891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

crocket updated LUCENE-4891:
----------------------------

    Description: 
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", not 
"networkk/hanirc/chan/#sdgsdgsd] seems to be recorded into a taxonomy directory.

FacetFields ff = new FacetFields(taxoWriter);
ff.addFields(doc, categories);
nrtWriter.addDocument(doc);

If I add [type/CHAT, network/hanirc/chan/#sdgsdgsd] to a document, the full 
path of "network/hanirc/chan/#sdgsdgsd" is recorded.

What's wrong with "me" category?

  was:
If I add [type/CHAT, me, network/hanirc/chan/#sdgsdgsd] to a document and add 
the document to a writer as below, Only "network/hanirc", not 
"networkk/hanirc/chan/#sdgsdgsd] seems to be recorded into a taxonomy directory.

FacetFields ff = new FacetFields(taxoWriter);
ff.addFields(doc, categories);
nrtWriter.addDocument(doc);

If I add [type/CHAT, network/hanirc/chan/#sdgsdgsd] to a document, the full 
path of "network/hanirc/chan/#sdgsdgsd" is recorded.

What's wrong with "me" category?

    
> Only a part of CategoryPath is recorded with "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", 
> not "networkk/hanirc/chan/#sdgsdgsd] seems to be recorded into a taxonomy 
> directory.
> FacetFields ff = new FacetFields(taxoWriter);
> ff.addFields(doc, categories);
> nrtWriter.addDocument(doc);
> If I add [type/CHAT, network/hanirc/chan/#sdgsdgsd] to a document, the full 
> path of "network/hanirc/chan/#sdgsdgsd" is recorded.
> What's wrong with "me" category?

--
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to