Since I use NRT readers for Index and TaxonomyIndex, I don't have to commit
to see the changes.
Now, I don't know if indexes are ever committed.
If they don't commit automatically, I'd have to do it on a regular basis.
What should I do about committing?
>Maybe we could add some simple sugar APIs?
>Eg something like Collection getChildren(int parentOrd)?
> (Or maybe it returns Iterator?)
>Mike McCandless
I think we should talk about this in apache jira.
I created an issue at https://issues.apache.org/jira/browse/LUCENE-4897
s[] lets you traverse the children
> of a category
> while (sibling != TaxonomyReader.INVALID_ORDINAL) {
> System.out.println(taxoReader.getPath(sibling));
> sibling = siblings[sibling]; // get next sibling
> }
>
> Shai
>
>
> On Sun, Mar 31, 2013 at 12:24 AM, crocket
I could use CountFacetRequest, but I don't need counting.
I just want to get the list of child categories.
How can I do it?
The issue is reported at https://issues.apache.org/jira/browse/LUCENE-4882
I submit the message to the list to make people see the issue.
there's good reason not to (massive size? different systems?
> conflicting update schedules?) I'd store everything in the one index.
>
> Consider a cached filter for fast restriction of searches to
> particular message types.
>
>
> --
> Ian.
>
>
> On
e? different systems?
> conflicting update schedules?) I'd store everything in the one index.
>
> Consider a cached filter for fast restriction of searches to
> particular message types.
>
>
> --
> Ian.
>
>
> On Thu, Jan 24, 2013 at 1:06 PM, crocket wrote: