Re: custom collector

2015-04-29 Thread west suhanic
theLeafCollectorDocid(context ); } } This will, I believe, allow you to realize your goal. regards, west suhanic On Wed, Apr 29, 2015 at 10:41 AM, Robust Links pey...@robustlinks.com wrote: Hi I need help porting my lucene code from 4 to 5. In particular, I need to customize a collector

Test,test,test, please ignore

2014-07-24 Thread west suhanic
Test west

Re: A question about FacetField constructor, Solved

2014-07-14 Thread west suhanic
array has one element in it the code still works even if setHierarchical is not called. Might I suggest that given its importance some sort of exception gets thrown by the search method if setHierarchical has not been invoked. Thank you for your time and help. regards, west suhanic

Re: A question about FacetField constructor, Solved

2014-06-24 Thread west suhanic
array has one element in it the code still works even if setHierarchical is not called. Might I suggest that given its importance some sort of exception gets thrown by the search method if setHierarchical has not been invoked. Thank you for your time and help. regards, west suhanic

Re: A question about FacetField constructor

2014-06-22 Thread west suhanic
an exception is not thrown. I am open to all suggestions as to what I am missing. regards, west suhanic On Sun, Jun 22, 2014 at 3:23 AM, Shai Erera ser...@gmail.com wrote: What do you mean by does not index anything? Do you get an exception when you add a String[] with more than one element? You

A question about FacetField constructor

2014-06-21 Thread west suhanic
; } } ***End of code sample*** regards, West Suhanic