Re: get all tokens from TokenStream in my custom filter

2017-11-19 Thread Ahmet Arslan
Hi Kumar, I checked the code base and I couldn't find peek method either. However, I found LookaheadTokenFilter that may be useful to you. I figured that this is a Lucene question and you can receive more answers in the Lucene user list. Ahmet On Sunday, November 19, 2017, 10:16:21 PM GMT

Re: LTR training

2017-11-19 Thread Diego Ceccarelli
Hello Ilay, Answers in line: On Sat, Nov 18, 2017 at 2:22 PM, ilay wrote: > > 1. Does LTR only support phrase matching (complete user query) from training > data for extracting feature score: > ex. > efi.user_query='tv+stand' matches the title feature only if title contains > "tv stand" in the t

Re: Solr cloud in kubernetes

2017-11-19 Thread rajasaur
Hi Bjorn, Im trying a similar approach now (to get solrcloud working on kubernetes). I have run Zookeeper as a statefulset, but not running SolrCloud, which is causing an issue when my pods get destroyed and restarted. I will try running the -h option so that the SOLR_HOST is used when connecting