Re: Spellchecker with synonyms

2011-04-11 Thread royr
Yes, it looks like this: will work on query and index time i think. -- View this message in context: http://lucene.472066.n3.nabble.com/Spellchecker-with-synonyms-tp2806028p2806157.html Sent from the Solr - User mailing list archive at Nabble.com

Spellchecker with synonyms

2011-04-11 Thread royr
Hello, I have some synonyms for city names. Sometimes there are multiple names for one city, example:. newyork, newyork city, big apple I search for "big apple" and get results with new york(synonym) If somebody search for "big aple" i want a spelling suggestion like: big apple. How can i fix th

Re: Special characters index

2011-03-30 Thread royr
you're right! it works, Thank you very much -- View this message in context: http://lucene.472066.n3.nabble.com/Special-characters-index-tp2753707p2753939.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Special characters index

2011-03-30 Thread royr
Thanks for your quick answer. I'm not sure if the ASCIIFoldingFilterFactory is what I needed. In my results I just want to see the special characters. If I search for Cafe I want café in my results and if i search for café i want café also in my results. The filter you send me will change the valu

Re: Synonyms: whitespace problem

2011-03-30 Thread royr
Thanks, it works! -- View this message in context: http://lucene.472066.n3.nabble.com/Synonyms-whitespace-problem-tp2730953p2753720.html Sent from the Solr - User mailing list archive at Nabble.com.

Special characters index

2011-03-30 Thread royr
Hello, i have a question about SOLR and special characters. How can i search for cafe or café and get in both situations the following results: cafe pub humphreys café brokecity café fillham cafe langer The same for characters like -,^,ë -- View this message in context: http://lucene.472066.

Synonyms: whitespace problem

2011-03-25 Thread royr
Hello, I have a problem with the synonyms. SOLR strips the synonyms on white space. An example: manchester united, reds, manunited My index looks like this: manchester united red manunited i want this: manchester united red manunited my configuration:

Re: SOLR building problems

2011-03-18 Thread royr
It works!! Ant was using an old java version from another directory. THANK you:) -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-building-problems-tp2692916p2697973.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOLR building problems

2011-03-17 Thread royr
java version "1.6.0_21" Java(TM) SE Runtime Environment (build 1.6.0_21-b06) Java HotSpot(TM) Server VM (build 17.0-b16, mixed mode) -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-building-problems-tp2692916p2693574.html Sent from the Solr - User mailing list archive at

SOLR building problems

2011-03-17 Thread royr
Hello, The apache wiki gives me this information: Skip this section if you have a binary distribution of Solr. These instructions will building Solr from source, if you have a nightly tarball or have checked out the trunk from subversion at http://svn.apache.org/repos/asf/lucene/dev/trunk. Assume

Multiple spellchecker

2011-03-16 Thread royr
Hello, I have a problem with the SOLR spellchecker component. This is the problem: Searching term = Company: American today, City: London (two fields: copyfield to one: Spell ) User search = American tuday, Londen What i want is a collation of: American today london. SOLR returns with the q par