Re: Calling custom request handler with data import

2015-01-31 Thread Mikhail Khludnev
Did you try to specify update processor?, ie On Fri, Jan 30, 2015 at 5:07 PM, vineet yadav wrote: > class="org.apache.solr.handler.dataimport.DataImportHandler"> > > data-import.xml > /ner > > -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics

Re: Calling custom request handler with data import

2015-01-31 Thread vineet yadav
Hi mikhail, Thanks for the suggestion. it is helpful. Regards Vineet Yadav On Sat, Jan 31, 2015 at 2:38 PM, Mikhail Khludnev < mkhlud...@griddynamics.com> wrote: > Did you try to specify update processor?, ie > > On Fri, Jan 30, 2015 at 5:07 PM, vineet yadav > > wrote: > > > > class="org.apac

Solr Consultant for remote project - on NLP and Solr Faceted Search

2015-01-31 Thread MKGoose
We are looking for a remote / freelance consultant to work with us on a project related to Solr faceted search and NLP. It involves data extraction / summarisation and custom faceted search on Solr. Please contact me if you have expertise in this area and can work remotely with a small team. Than

subscription to the mailing list

2015-01-31 Thread Vijay Tiwary
Hi, I want to subscribe to the mailing list Regards, Vijay

Re: solrj returning no results but curl can get them

2015-01-31 Thread Dmitry Kan
Hi Sol, Glad to hear it was easier to fix, i.e. not a solr core issue. On Fri, Jan 30, 2015 at 5:27 PM, S L wrote: > It was pilot error. I just reviewed my servlet and noticed a parameter in > web.xml that was looking to find data for the new product in the production > index which doesn't have

How deletes affect on QPS

2015-01-31 Thread Dmitry Kan
Hi, Somebody on IRC has recently asked about when to do solr index optimization. I pointed out, that deletes in the index could be a good reason to periodically optimize, here is a nice post with QPS statistics per query type (though on Elasticsearch site, it is relevant, because essentially the p

Re: Does DocValues improve Grouping performance ?

2015-01-31 Thread Michael Sokolov
We were using grouping (no DocValues, though) and recently switched to using block-indexing and joins (see https://cwiki.apache.org/confluence/display/solr/Other+Parsers#OtherParsers-BlockJoinQueryParsers). We got a nice speedup on average (perhaps 2x faster) and an even better improvement in t

Re: Does DocValues improve Grouping performance ?

2015-01-31 Thread Mikhail Khludnev
Michael, Please check two questions inlined below On Sat, Jan 31, 2015 at 10:14 PM, Michael Sokolov < msoko...@safaribooksonline.com> wrote: > We were using grouping (no DocValues, though) and recently switched to > using block-indexing and joins (see https://cwiki.apache.org/ > confluence/displ

Re: Calling custom request handler with data import

2015-01-31 Thread Mikhail Khludnev
at your service! On Sat, Jan 31, 2015 at 1:00 PM, vineet yadav wrote: > Hi mikhail, > Thanks for the suggestion. it is helpful. > > Regards > Vineet Yadav > > > On Sat, Jan 31, 2015 at 2:38 PM, Mikhail Khludnev < > mkhlud...@griddynamics.com> wrote: > > > Did you try to specify update processor?

Re: Does DocValues improve Grouping performance ?

2015-01-31 Thread Michael Sokolov
On 1/31/2015 2:47 PM, Mikhail Khludnev wrote: Michael, Please check two questions inlined below Hi Mikhail, On Sat, Jan 31, 2015 at 10:14 PM, Michael Sokolov < msoko...@safaribooksonline.com> wrote: You can only handle a single relation this way since you have to restructure your index to u

Re: [MASSMAIL]Re: "Contextual" sponsored results with Solr

2015-01-31 Thread Michael Sokolov
If you have a finite known set of hosts, you could do something truly awful: create a field for each distinct host and set all of them to have value={id of the document} except for the host to which the document belongs: assign that hostname field some constant value, like "true". Then query

Re: Does DocValues improve Grouping performance ?

2015-01-31 Thread Kydryavtsev Andrey
31.01.2015, 23:23, "Michael Sokolov" : > On 1/31/2015 2:47 PM, Mikhail Khludnev wrote: >>  Michael, >> >>  Please check two questions inlined below > > Hi Mikhail, >>  On Sat, Jan 31, 2015 at 10:14 PM, Michael Sokolov < >>  msoko...@safaribooksonline.com> wrote: >> >>  You can only handle a singl