Re: Strange search behaviour when upgrading to 4.10.3

2015-02-23 Thread Rishi Easwaran
: Fri, Feb 20, 2015 6:51 pm Subject: Re: Strange search behaviour when upgrading to 4.10.3 On 2/20/2015 4:24 PM, Rishi Easwaran wrote: Also, the tokenizer we use is very similar to the following. ftp://zimbra.imladris.sk/src/HELIX-720.fbsd/ZimbraServer/src/java/com/zimbra/cs/index/analysis

Re: Strange search behaviour when upgrading to 4.10.3

2015-02-20 Thread Rishi Easwaran
/UniversalLexer.jflex From the looks of it the text is being indexed as a single token and not broken across whitespace. Thanks, Rishi. -Original Message- From: Shawn Heisey apa...@elyograg.org To: solr-user solr-user@lucene.apache.org Sent: Fri, Feb 20, 2015 11:52 am Subject: Re: Strange

Re: Strange search behaviour when upgrading to 4.10.3

2015-02-20 Thread Shawn Heisey
On 2/20/2015 4:24 PM, Rishi Easwaran wrote: Also, the tokenizer we use is very similar to the following. ftp://zimbra.imladris.sk/src/HELIX-720.fbsd/ZimbraServer/src/java/com/zimbra/cs/index/analysis/UniversalTokenizer.java

Re: Strange search behaviour when upgrading to 4.10.3

2015-02-20 Thread Rishi Easwaran
: Strange search behaviour when upgrading to 4.10.3 On 2/20/2015 9:37 AM, Rishi Easwaran wrote: We are trying to upgrade from Solr 4.6 to 4.10.3. When testing search 4.10.3 search results are not being returned, actually looks like only the first word in a sentence is getting indexed. Ex: inserting

Strange search behaviour when upgrading to 4.10.3

2015-02-20 Thread Rishi Easwaran
Hi, We are trying to upgrade from Solr 4.6 to 4.10.3. When testing search 4.10.3 search results are not being returned, actually looks like only the first word in a sentence is getting indexed. Ex: inserting This is a test message only returns results when searching for content:this*.

Re: Strange search behaviour when upgrading to 4.10.3

2015-02-20 Thread Shawn Heisey
On 2/20/2015 9:37 AM, Rishi Easwaran wrote: We are trying to upgrade from Solr 4.6 to 4.10.3. When testing search 4.10.3 search results are not being returned, actually looks like only the first word in a sentence is getting indexed. Ex: inserting This is a test message only returns results

strange search-behavior over dynamic field

2011-02-16 Thread stockii
Server, 12 GB RAM, 2 Solr Instances, 7 Cores, 1 Core with 31 Million Documents other Cores 100.000 - Solr1 for Search-Requests - commit every Minute - 4GB Xmx - Solr2 for Update-Request - delta every 2 Minutes - 4GB Xmx -- View this message in context: http://lucene.472066.n3.nabble.com/strange

Re: strange search-behavior over dynamic field

2011-02-16 Thread Erick Erickson
- Solr1 for Search-Requests - commit every Minute  - 4GB Xmx - Solr2 for Update-Request  - delta every 2 Minutes - 4GB Xmx -- View this message in context: http://lucene.472066.n3.nabble.com/strange-search-behavior-over-dynamic-field-tp2508711p2508711.html Sent from the Solr - User mailing

Re: strange search-behavior over dynamic field

2011-02-16 Thread stockii
for Update-Request - delta every 2 Minutes - 4GB Xmx -- View this message in context: http://lucene.472066.n3.nabble.com/strange-search-behavior-over-dynamic-field-tp2508711p2509166.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: strange search-behavior over dynamic field

2011-02-16 Thread stockii
Core with 31 Million Documents other Cores 100.000 - Solr1 for Search-Requests - commit every Minute - 4GB Xmx - Solr2 for Update-Request - delta every 2 Minutes - 4GB Xmx -- View this message in context: http://lucene.472066.n3.nabble.com/strange-search-behavior-over-dynamic-field

Re: Strange search

2010-10-30 Thread Erick Erickson
schema.xml and solrconfig from own project? -- View this message in context: http://lucene.472066.n3.nabble.com/Strange-search-tp998961p1778760.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Strange search

2010-10-27 Thread ramzesua
Can anyone give me working schema.xml and solrconfig from own project? -- View this message in context: http://lucene.472066.n3.nabble.com/Strange-search-tp998961p1778760.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Strange search

2010-10-27 Thread Gora Mohanty
On Wed, Oct 27, 2010 at 1:23 PM, ramzesua michaelnaza...@gmail.com wrote: Can anyone give me working schema.xml and solrconfig from own project? [...] Solr comes with an example configuration in example/solr/conf/ . Please see http://lucene.apache.org/solr/tutorial.html for an example of how to

Re: Strange search

2010-10-26 Thread ramzesua
, but it don't help me. Can anyone say, where is my problem. Sorry for my not well english. -- View this message in context: http://lucene.472066.n3.nabble.com/Strange-search-tp998961p1773307.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Strange search

2010-10-26 Thread ramzesua
(frequency 5) I don't get any result even with wildcard. Where is problem and how I can it solvе? -- View this message in context: http://lucene.472066.n3.nabble.com/Strange-search-tp998961p1774059.html Sent from the Solr - User mailing list archive at Nabble.com.

Strange search result (or lack of)

2010-10-08 Thread Thomas Kellerer
Hi, I have the following field defined in my schema: fieldType name=name_field class=solr.StrField positionIncrementGap=100 omitNorms=false analyzer tokenizer class=solr.KeywordTokenizerFactory/ filter class=solr.StandardFilterFactory/ filter

Re: Strange search result (or lack of)

2010-10-08 Thread Savvas-Andreas Moysidis
Hello, Try searching for name_de:(das urteil). A search for name_de:das urteil will search for das in *name_de* and for urteil in the default field (e.g. catch all field). Hope that helps, -- Savvas On 8 October 2010 09:00, Thomas Kellerer spam_ea...@gmx.net wrote: Hi, I have the following

Re: Strange search

2010-07-28 Thread stockii
try to delete solr.SnowballPorterFilterFactory from your analyzerchain. i had similar problems by using german SnowballPorterFilterFactory -- View this message in context: http://lucene.472066.n3.nabble.com/Strange-search-tp998961p1001990.html Sent from the Solr - User mailing list archive

Re: Strange search behavior

2010-02-25 Thread Otis Gospodnetic
...@newsfactory.de To: solr-user@lucene.apache.org solr-user@lucene.apache.org Sent: Wed, February 24, 2010 7:00:02 AM Subject: Strange search behavior Hi, I'm having some problems understanding why certain search queries don't return any results. I have a field of type text, which is defined like

Strange search behavior

2010-02-24 Thread Jan Simon Winkelmann
Hi, I'm having some problems understanding why certain search queries don't return any results. I have a field of type text, which is defined like this: fieldType name=text class=solr.TextField positionIncrementGap=100 analyzer type=index charFilter