Nrt and caching

2012-07-06 Thread Amit Nithian
Sorry I'm a bit new to the nrt stuff in solr but I'm trying to understand the implications of frequent commits and cache rebuilding and auto warming. What are the best practices surrounding nrt searching and caches and query performance. Thanks! Amit

Grouping and Stats

2012-07-06 Thread Jeremy Branham
Hello - I’m not sure If this is an appropriate use for Solr, but I want to stay away from a typical DB store for high availability reasons. I am storing documents that may have a common value for a field we’ll call “category”. In another field there will be an integer field we’ll call “rating”.

Re: Multi-thread UpdateProcessor

2012-07-06 Thread Dmitry Kan
Mikhail, you have my +1 and a jira comment :) // Dmitry On Fri, Jul 6, 2012 at 7:41 PM, Mikhail Khludnev wrote: > Okay, why do you think this idea is not worth to look at? > > On Fri, Jul 6, 2012 at 12:53 AM, Mikhail Khludnev < > mkhlud...@griddynamics.com> wrote: > > > Hello, > > > > Most tim

Re: Boosting the score of the whole documents

2012-07-06 Thread Chris Hostetter
: I would like to give a boost to the whole documents as I index them. I am : sending to solr the xml in the form: : : : : But it does't seem to alter the search scores in any way. I would expect http://wiki.apache.org/solr/SolrRelevancyFAQ#How_can_I_increase_the_score_for_specific_documen

Re: Regression of JIRA 1826?

2012-07-06 Thread Jamie Johnson
A little more information on this. I tinkered a bit with the schema and it appears to be related to WordDelimiterFilterFactory and splitOnCaseChange being true, or at least this setting being set exhibits the issue. Also I am using the edismax query parser. Again any ideas/help would be greatly

Re: How to Request several docs ?

2012-07-06 Thread Bruno Mannina
Le 06/07/2012 19:37, Bruno Mannina a écrit : Le 06/07/2012 19:26, Erick Erickson a écrit : It should. So, add &debugQuery=on and examine the results. Also, we should see the field definition and results of the above. You might have your default operator set to AND rather than OR (adding the deb

Re: How to Request several docs ?

2012-07-06 Thread Bruno Mannina
Le 06/07/2012 19:26, Erick Erickson a écrit : It should. So, add &debugQuery=on and examine the results. Also, we should see the field definition and results of the above. You might have your default operator set to AND rather than OR (adding the debug param should make this plain).. ok I not ye

Re: How to Request several docs ?

2012-07-06 Thread Erick Erickson
It should. So, add &debugQuery=on and examine the results. Also, we should see the field definition and results of the above. You might have your default operator set to AND rather than OR (adding the debug param should make this plain).. If your pn is a "string" type, then it will be case sensiti

Re: Better (and valid) Spellcheck in combination with other parameters with at least one occurance

2012-07-06 Thread Erick Erickson
Be a little patient, we're all volunteers here. On Fri, Jul 6, 2012 at 8:55 AM, ninaddesai82 wrote: > anyone ?? > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Better-and-valid-Spellcheck-in-combination-with-other-parameters-with-at-least-one-occurance-tp3993484p3

Re: How to Request several docs ?

2012-07-06 Thread Bruno Mannina
Hi Gheeta, Sorry but I don't understand, I suppose uniqueKey for me is "pn" field and (pin1 pin2) are values. but if it's that, it not works. I do: http://localhost:8983/solr/select/?q=pn:%28EP100A1%20FR2963608A1%29&version=2.2&start=0&rows=10&indent=on no error but no result ! Le 06/07/2

Re: Multi-thread UpdateProcessor

2012-07-06 Thread Mikhail Khludnev
Okay, why do you think this idea is not worth to look at? On Fri, Jul 6, 2012 at 12:53 AM, Mikhail Khludnev < mkhlud...@griddynamics.com> wrote: > Hello, > > Most times when single thread streaming > http://wiki.apache.org/solr/Solrj#Streaming_documents_for_an_update is > used I saw lack of cpu u

Re: How to Request several docs ?

2012-07-06 Thread geetha anjali
Hi Bruno, Check this http://localhost:8983/solr/select?q=uniqueKey:(pin1 pin2) On Fri, Jul 6, 2012 at 7:13 PM, Bruno Mannina wrote: > Dear Solr users, > > I would like to request/get several docs indexed by solr with only one > request. > > I have a schema.xml where my field PN is the key fiel

Re: Better (and valid) Spellcheck in combination with other parameters with at least one occurance

2012-07-06 Thread ninaddesai82
anyone ?? -- View this message in context: http://lucene.472066.n3.nabble.com/Better-and-valid-Spellcheck-in-combination-with-other-parameters-with-at-least-one-occurance-tp3993484p3993498.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Better (and valid) Spellcheck in combination with other parameters with at least one occurance

2012-07-06 Thread Erick Erickson
I happen to remember this JIRA: https://issues.apache.org/jira/browse/SOLR-2462 be a bit careful if you use collate with 3.1 or 3.2... Best Erick On Fri, Jul 6, 2012 at 10:36 AM, Dyer, James wrote: > If you're using Solr3.1 or higher, you can do this. See > http://wiki.apache.org/solr/SpellCh

Re: Solr facet multiple constraint

2012-07-06 Thread Erick Erickson
What does "doesn't work" mean? returning no results? Not returning facets? returning incorrect facet counts? You might review: http://wiki.apache.org/solr/UsingMailingLists Best Erick On Fri, Jul 6, 2012 at 1:37 AM, davidbougearel wrote: > Well thanks for your answer, in fact i've written what

RE: Better (and valid) Spellcheck in combination with other parameters with at least one occurance

2012-07-06 Thread Dyer, James
If you're using Solr3.1 or higher, you can do this. See http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.collate . Here's a summary: - specify "spellcheck.collate=true" to get a re-written query made from the individual word suggestions. - specify "spellcheck.maxCollationTries" to

Re: How to Request several docs ?

2012-07-06 Thread Paul Libbrecht
Le 6 juil. 2012 à 15:43, Bruno Mannina a écrit : > I have a list of PN that I want to get and I don't want to do one request by > PN and I think it's not clean to do > PN1 or PN2 or PN3 or . I've always done this so. paul

Re: Solr 4.0 UI issue

2012-07-06 Thread anarchos78
Didn't helped -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-0-UI-issue-tp3993286p3993507.html Sent from the Solr - User mailing list archive at Nabble.com.

How to Request several docs ?

2012-07-06 Thread Bruno Mannina
Dear Solr users, I would like to request/get several docs indexed by solr with only one request. I have a schema.xml where my field PN is the key field (unique key), I have more than 80M docs in my index. I have a list of PN that I want to get and I don't want to do one request by PN and I

Re: solr-4.0 and high cpu usage [SOLVED]

2012-07-06 Thread Erick Erickson
Thanks for bringing closure on this, it'll probably help others too! Erick On Thu, Jul 5, 2012 at 12:28 PM, Anatoli Matuskova wrote: > Found why! > On Solr 1.4 dismax param mm defaults to 1 if not specified, which is > equivalent to AND. On Solr 4.0 if mm is not specified, the default operator >

Better (and valid) Spellcheck in combination with other parameters with at least one occurance

2012-07-06 Thread ninaddesai82
Hi, I am trying to implement solr search with spellcheck. - My current seach works like this - I have some specific criteria for every search query. i.e. If I am hitting search with q=restaurants , I also pass another param say c=mumbai. So solr returns me restaurants in mumbai. Now I want to im

Re: Solr 4.0 UI issue

2012-07-06 Thread Sachin Aggarwal
restart ur browser and solr if u r using example and do check u haven't removed the line ” from solr config same worked for me. On Fri, Jul 6, 2012 at 1:21 PM, anarchos78 wrote: > Thank you for reply, > > I didn't get you. What do you mean by saying: "so you may check the (raw) > log output ..".

solr-user@lucene.apache.org

2012-07-06 Thread Michael Belenki
Dear community, I am experiencing strange problem while trying to index / to import XML document to SOLR via DataImportHandler. The XML document contains some special characters (e.g. german ü) that are represented as XML entities ü or ä. There is also DTD file that defines these entities () (I tr

Re: Solr 4.0 UI issue

2012-07-06 Thread anarchos78
Thank you for reply, I didn't get you. What do you mean by saying: "so you may check the (raw) log output ..". Please help! Thank you in advance Tom Greece -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-0-UI-issue-tp3993286p3993427.html Sent from the Solr - User maili