Solr suggester

2015-05-21 Thread jon kerling
Hi, I'm using solr 4.10 and I'm trying to add autosuggest ability to my application. I'm currently using this kind of configuration: mySuggester FuzzyLookupFactory suggester_fuzzy_dir DocumentDictionaryFactory field2 weightField text_gen

Re: Solr suggester

2015-05-21 Thread jon kerling
.build on start up. Thank you for your reply. Jon Kerling.   On Thursday, May 21, 2015 6:38 PM, Erick Erickson wrote: Frankly, the suggester is rather broken in Solr 4.x with large indexes. Building the suggester index (or FST) requires that _all_ the docs get read, the stored fiel

TZ & rounding

2015-06-09 Thread jon kerling
Hi, I'm using Solr 4.10.0.I'm trying to figure out how to use the TZ param.I've noticed that i have to use date math in order for this to work,also I've got to use rounding when I query Solr in order to use the TZ param. The issue is that when i query I'd like to get recent hours for my search,

Re: TZ & rounding

2015-06-10 Thread jon kerling
Thank you for your reply. So my question is: can I get offset of time if I use NOW/MINUTE and not NOW/DAY rounding? You said  " TZ affects what timezone is used when defining the concept of a "day" for the purposes of rounding by day. " I understand from this answer that query like I mentione

Duplicate suggestions

2015-06-18 Thread jon kerling
Hi, I am using solr 5.1. I'm getting duplicate suggestions when using my solrsuggester. I'm using AnalyzingInfixLookupFactory & DocumentDictionaryFactory. can i configure it to suggest me only different suggestions? here are details about my configuration: from schema.xml:      mySuggeste

Re: Duplicate suggestions

2015-06-21 Thread jon kerling
I got an intermediate API, so I'll change the collection type as you suggested.Thank you for your reply.

IndexWriter error

2015-07-07 Thread jon kerling
Hi, I'm using  Lucene 4.3.1, from time to time I'm loosing data while indexing.I get an ERROR:"Lucene add index:this IndexWriter is closed". I'm using IndexWriter.commit most of the time and when I finish I'm using IndexWriter.close. What can cause this Error?How can I shorten the time of the