Re: Iterative graph/nodes query

2019-01-22 Thread Dan M
Perhaps you're looking for the traversalFilter parameter of the graph query? https://lucene.apache.org/solr/guide/7_6/other-parsers.html#graph-query-parser Dan Meehl Meehl Technology Solutions Inc On Tue, Jan 22, 2019 at 7:13 AM Magnus Karlsson wrote: > Hi, > > > anyone using any of the funct

Tokenizer violates TokenStream.reset() contract?

2019-01-17 Thread Dan M
Hello, It seems that Tokenizer may violate the contract put forth by the TokenStream.reset function. Specifically, TokenStream.reset states: "*Resets this stream to a clean state. Stateful implementations must implement this method so that they can be reused, just as if they had been created fres