solr expertise

2017-11-15 Thread Niraj Aswani
Hi, Apologies if this is not the relevant question for this mailing list but we are looking for a solr expert and were wondering If this is the right mailing list to send the job description. If there is any other list, please can you suggest? Regards, Niraj

Re: unordered autocomplete search

2017-09-05 Thread Niraj Aswani
gt; > > On Sep 4, 2017, at 4:50 AM, Mikhail Khludnev wrote: > > > > You probably can override AnalyzingInfixSuggester.finishQuery(Builder, > > boolean) where you can rip clauses from builder and change TermQueries/ > > PrefixQuery to FuzzyQueries. Let me know how it wor

Re: unordered autocomplete search

2017-09-04 Thread Niraj Aswani
zyLookupFactory that creates suggestions for misspelled words >in fields. > > > > > On Mon, Sep 4, 2017 at 11:57 AM, Niraj Aswani > wrote: > > > Hi, > > > > I am using solr 5.5.4. > > > > I would like to perform an unordered autocomplete search

unordered autocomplete search

2017-09-04 Thread Niraj Aswani
Hi, I am using solr 5.5.4. I would like to perform an unordered autocomplete search however it seems that it only suggests phrases that start with my term in the query. For example, in my dictionary I have, *lamp desk* When searching for the term "lamp", it is able to show the the suggestion "

Re: edismax, pf2 and use of both AND and OR parameter

2017-07-31 Thread Niraj Aswani
system memory") (_text_:"memory oem") (_text_:"oem retail")) > > > In case if you are in such scenarios where you need to knwo what query will > form, then you could us the debug=true to know more about the query & > timings of different component. >

edismax, pf2 and use of both AND and OR parameter

2017-07-30 Thread Niraj Aswani
Hi, I am using solr 4.4 and bit confused about how does the edismax parser treat the pf2 parameter when both the AND and OR operators are used in the query with ps2=0 For example: pf2=title^100 q=HDMI AND Video AND (Wire OR Cable) Should I expect it to check the following bigram phrases? hdmi

Re: CLOSE_WAIT and high search latency

2016-02-23 Thread Niraj Aswani
your tcp settings: > > /etc/sysctl.conf > net.ipv4.tcp_fin_timeout = 30 > net.ipv4.tcp_keepalive_intvl = 2 > net.ipv4.tcp_keepalive_probes = 2 > net.ipv4.tcp_keepalive_time = 180 > > That should help. > > > On 23 February 2016 at 07:13, Niraj Aswani wrote: > &g

CLOSE_WAIT and high search latency

2016-02-22 Thread Niraj Aswani
Hi, I am on solr 4.8.1 and running master-slave setup with lots of cores (>3K). Internally I maintain an instance of HTTPSolrServer for each core that is reused for querying the respective cores. A request is received by an intermediary tomcat and forwarded to another tomcat running Solr. Over th

Re: solr highlighting

2010-03-26 Thread Niraj Aswani
Hi Lance, apologies.. please ignore my previous mail. I'll have a look at the PatternReplaceFilter. Thanks, Niraj Niraj Aswani wrote: Hi Lance, Yes, that is once solution but wouldn't it stop people searching for something like "characters at the index time, one would

Re: solr highlighting

2010-03-26 Thread Niraj Aswani
will make it much much easier to debug this. Good luck! On Thu, Mar 25, 2010 at 8:21 AM, Niraj Aswani wrote: Hi, I am using the following two parameters to highlight the hits. "hl.simple.pre=" + URLEncoder.encode("") "hl.simple.post=" + URLEncoder.encode("

solr highlighting

2010-03-25 Thread Niraj Aswani
Hi, I am using the following two parameters to highlight the hits. "hl.simple.pre=" + URLEncoder.encode("") "hl.simple.post=" + URLEncoder.encode("") This seems to work. However, there is a bit of trouble when the text itself contains html markup. For example, I have indexed a document with