Re: How to boost documents with all the query terms

2013-12-07 Thread Ahmet Arslan
Hi, Jorge, Here is a similar discussion : http://search-lucene.com/m/nK6t9j1fuc2/ On Sunday, December 8, 2013 2:48 AM, Ing. Jorge Luis Betancourt Gonzalez wrote: Hi: I'm using solr 3.6 with dismax query parser, I've found that docs that doesn't has all the query terms get ranked above oth

How to boost documents with all the query terms

2013-12-07 Thread Ing. Jorge Luis Betancourt Gonzalez
Hi: I'm using solr 3.6 with dismax query parser, I've found that docs that doesn't has all the query terms get ranked above other that contains all the terms in the search query. Using debugQuery I could see that the most part of the score in this cases come from the coord(q,d) factor. Is there

Re: simple tokenizer question

2013-12-07 Thread Upayavira
Have you tried a WhitespaceTokenizerFactory followed by the WordDelimiterFilterFactory? The latter is perhaps more configurable at what it does. Alternatively, you could use a RegexFilterFactory to remove extraneous punctuation that wasn't removed by the Whitespace Tokenizer. Upayavira On Sat, De

solr.xml

2013-12-07 Thread William Bell
We are having issues with SWAP CoreAdmin in 4.5.1 and 4.6. Using legacy solr.xml we issue a SWAP, and we want it persistent. It has bee running flawless since 4.5. Now it creates duplicate lines in solr.xml. Even the example multi core schema in 4.5.1 doesn't work with persistent="true" - it crea

Re: Function query matching

2013-12-07 Thread Chris Hostetter
(This is why i shouldn't send emails just before going to bed.) I woke up this morning realizing that of course I was completley wrong when i said this... : I want to be clear for 99% of the people reading this, if you find : yourself writting a query structure like this... : : q={!func}..f

simple tokenizer question

2013-12-07 Thread Vulcanoid Developer
Hi, I am new to solr and I guess this is a basic tokenizer question so please bear with me. I am trying to use SOLR to index a few (Indian) legal judgments in text form and search against them. One of the key points with these documents is that the sections/provisions of law usually have punctuat

Re: post filtering for boolean filter queries

2013-12-07 Thread Dmitry Kan
bq. How slow is "around commit points really slow"? You could at least lessen the pain here by committing less often if you can stand the latency They are shamelessly slow, like 60-70 seconds. While normal searches are within 1-3 seconds range. And, yes. your idea is right and what we are purs

Re: post filtering for boolean filter queries

2013-12-07 Thread Dmitry Kan
On Thu, Dec 5, 2013 at 4:49 PM, Yonik Seeley wrote: > On Thu, Dec 5, 2013 at 7:39 AM, Dmitry Kan wrote: > > Thanks Erick! > > To be sure we are using cost 101 and no cache. It seems to affect on > > searches as we expected. > > > > Basically with cache on we see more "fat" spikes around commit p

luke 4.6.0 released

2013-12-07 Thread Dmitry Kan
Just released #luke 4.6.0 for the latest Lucene 4.6.0: #luke 4.6.0 https://github.com/DmitryKey/luke/releases/tag/4.6.0 -- Dmitry Kan Blog: http://dmitrykan.blogspot.com Twitter: twitter.com/dmitrykan

Re: [Spellcheck] NullPointerException on QueryComponent.mergeIds

2013-12-07 Thread Jean-Marc Desprez
James, Sorry for the late response. The shard.qt parameter actually solved my problem ! Thanks Jean-Marc 2013/11/12 Dyer, James > Jean-Marc, > > This might not solve the particular problem you're having, but to get > spellcheck to work properly in a distributed enviornment, be sure to set > th

Re: Function query matching

2013-12-07 Thread Peter Keegan
>But for your specific goal Peter: Yes, if the whole point of a function >you have is to wrap generated a "scaled" score of your base $qq, ... Thanks for the confirmation, Chris. So, to do this efficiently, I think I need to implement a custom Collector that performs the scaling (and other mat

Faceting within groups

2013-12-07 Thread Cool Techi
Hi, I am not sure if faceting with groups is supported, the documents do seem to suggest it works, but cant seem to get the intended results. ("Amazon Cloud" OR ("IBM Cloud")sourceIdsentimenttruetrue Also, if it work's does solr cloud support it. Regards,Ayush