RE: multi value field search

2011-12-17 Thread Michael Ryan
> The problem I have is that at search time, I have faceting turned on for > this field and therefore, I get the four facets "canadian", "imperial", > "bank", and "commerce", which all refer to the same record. > > How can I go about searching for any word contained in the company name but > then

Re: Problem with synonyms containing whitespace

2011-12-17 Thread Bojan Miletic
Thanks guys, Problem was in default tokenizer that synonymFilterFactory was using. I modified parameter and now everything is working ^_^. On Sat, Dec 17, 2011 at 11:48 PM, Ahmet Arslan wrote: > > When testing in analyzer by using solr admin light gets > > correctly > > recognised as one of t

Re: Problem with synonyms containing whitespace

2011-12-17 Thread Ahmet Arslan
> When testing in analyzer by using solr admin light gets > correctly > recognised as one of the synonims, but when searching > for  class 3 (gvw > 10001 - 14000) analyzer can't find any synonyms. QueryParser splits query string on white spaces before it reaches analysis phase. You can try queryi

Re: Problem with synonyms containing whitespace

2011-12-17 Thread Koji Sekiguchi
SynonymFilterFactory can take tokenizerFactory attribute that is used when reading synonyms file. If you don't specify it, WhitespaceTokenizerFactory will be used. https://builds.apache.org/job/Solr-trunk/javadoc/org/apache/solr/analysis/SynonymFilterFactory.html koji -- Check out "Query Log Vi

RE: Problem with synonyms containing whitespace

2011-12-17 Thread Soumitra Banerjee
Hi all - I forgot to mention what I want to achieve in my search: When a search is performed for documents that contain product name say A, I want all the documents that has A to be displayed first (exact match) followed by all documents that contains A in their product name(documents wher

RE: Problem with synonyms containing whitespace

2011-12-17 Thread Soumitra Banerjee
Hi all - I have a similar problem, as follows: Some of the synonyms for acetone are as follows: 1090,b-Ketopropane,Dimethyl formaldehyde,2-Propanone,dimethylketone,Ketone, dimethyl-,methyl ketone,propan-2-one,propanone,β-Ketopropane,67-64-1 The analyzer during indexing is splitting

multi value field search

2011-12-17 Thread rrotst...@hotmail.com
Hi guys, I have a problem that I hope you guys can help with. I have a multi-value field that I use to store the alias names of companies. For example, in Canada, the bank CIBC actually stands for Canadian Imperial Bank of Commerce, so I'm storing both of these (short name and long name) in a mul

Re: Poor performance on distributed search

2011-12-17 Thread ku3ia
Hi, Erick! >>Right, are you falling afoul of the recursive shard thing? That is, >>if you shards point back to itself. As far as I understand, your >>shards parameter in your request handler shouldn't point back >>to itself No, my request handler don't points itself cause default is false.

Re: Retrieving Documents

2011-12-17 Thread Otis Gospodnetic
Hi Dan, I don't follow the second paragraph.  Not sure what you are trying to do, what you've tried, what didn't work and how... Otis Performance Monitoring SaaS for Solr - http://sematext.com/spm/solr-performance-monitoring/index.html > > From: Dan McGi

Re: NRT or similar for Solr 3.5?

2011-12-17 Thread Nagendra Nagarajayya
Regarding docs not showing up, can you try adding docs to the demo index (MBArtists that is available with the download). The start_solr.sh points to the index, which is under solr under the examples directory. start solr with the start_solr.sh script and add a document to the index using the

Problem with synonyms containing whitespace

2011-12-17 Thread Bojan Miletic
Hi everyone, I'm having a bit of problem with synonyms. My synonyms.txt looks like this: > class\ 3\ (gvw\ 10001\ -\ 14000), light > class 4 (gvw 14001 - 16000), class 5 (gvw 16001 - 19500), class 6 (gvw > 19501 - 26000), medium > When testing in analyzer by using solr admin light gets correctl

Re: Retrieving Documents

2011-12-17 Thread Dan McGinn-Combs
Good pointer. Thank you, that is exactly what I had in mind. To the second point, yes, sort of. I've managed to take apart a sample of the ePub documents (there are a finite number). Inside the ePub are single HTML documents that are a single page of the overall book. It would be super to be able

Spellchecker issue related to exact match of query in spellcheck index

2011-12-17 Thread Pravin Agrawal
Hi All, I am trying to use file based spellchecker in solr 3.4 version and facing below issue. My dictionary file contains following terms abcd abcde abcdef abcdefg However, when checking spelling for abcd, it gives suggestion abcde even though the word abcd is present in dictionary file. He

Re: NRT or similar for Solr 3.5?

2011-12-17 Thread vikram kamath
@Steven even I have done the same thingEven I am user btw @Nagendra I have an index on about 15 million mysql records. I am using the solr-ra Solr 3.5 (NRT support) with RankingAlgorithm 1.3 (bundle 118MB) and have added my index (indexed using solr 3.4)