You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "crocket (JIRA)" <ji...@apache.org> on 2013/04/02 09:43:15 UTC

[jira] [Comment Edited] (LUCENE-4897) Add a sugar API for traversing categories.

    [ https://issues.apache.org/jira/browse/LUCENE-4897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13619602#comment-13619602 ] 

crocket edited comment on LUCENE-4897 at 4/2/13 7:42 AM:
---------------------------------------------------------

I don't know much about IntIterator, but I surmise it'd do.
                
      was (Author: crocket):
    I don't know much about IntIterator, but I surmise it'd do the job.
                  
> Add a sugar API for traversing categories.
> ------------------------------------------
>
>                 Key: LUCENE-4897
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4897
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/facet
>    Affects Versions: 4.2
>            Reporter: crocket
>            Priority: Trivial
>
> Mike McCandless said in lucene-java-user mailing list.
> "Maybe we could add some simple sugar APIs?
> Eg something like Collection<CategoryPath> getChildren(int parentOrd)?
>  (Or maybe it returns Iterator<CategoryPath>?)"
> What about Collection<Integer> getChildren(int parentOrd)?
> Integer would be more versatile and can easily be converted to CategoryPath with TaxonomyReader.getPath.

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