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
ry to FuzzyQueries. Let me know how it works, please. > > > > On Mon, Sep 4, 2017 at 2:27 PM, Niraj Aswani <nirajasw...@gmail.com> > wrote: > > > >> Hi Mikhali, > >> > >> Thank you very much for your quick response. > >> > >

Re: unordered autocomplete search

2017-09-04 Thread Niraj Aswani
/solr-suggester/ rather than > >- The FuzzyLookupFactory that creates suggestions for misspelled words >in fields. > > > > > On Mon, Sep 4, 2017 at 11:57 AM, Niraj Aswani <nirajasw...@gmail.com> > wrote: > > > Hi, > > > > I am using solr 5.5.4. > > > &

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
t_:"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. > > *And when the ps2 is not

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
wrote: > Try to fiddle with 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,

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

Re: solr highlighting

2010-03-26 Thread Niraj Aswani
. The analysis.jsp page will make it much much easier to debug this. Good luck! On Thu, Mar 25, 2010 at 8:21 AM, Niraj Aswani n.asw...@dcs.shef.ac.uk wrote: Hi, I am using the following two parameters to highlight the hits. hl.simple.pre= + URLEncoder.encode(bu) hl.simple.post

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 choice in the first place? I mean, if I 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(bu) hl.simple.post= + URLEncoder.encode(/u/b) 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