Re: Strange search behaviour when upgrading to 4.10.3

2015-02-23 Thread Rishi Easwaran
65] 0 7 1 ALNUM 1 Version 4.6 SF text raw_bytes type start end position message [6d 65 73 73 61 67 65] ALNUM 0 7 1 Thanks, Rishi. -Original Message- From: Shawn Heisey To: solr-user Sent: Fri, Feb 20, 2015 6:51 pm 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 > ftp://zimbra.imladris.sk/src/HELIX-720.fbsd/ZimbraServer/src/java/com

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 To: solr-user Sent: Fri, Feb 20, 2015 11:52 am Subject: Re: Strange search behaviour when upgrading to 4.10.3 On 2

Re: Strange search behaviour when upgrading to 4.10.3

2015-02-20 Thread Rishi Easwaran
/ZimbraAnalyzer.java ftp://zimbra.imladris.sk/src/HELIX-720.fbsd/ZimbraServer/src/java/com/zimbra/cs/index/analysis/UniversalAnalyzer.java -Original Message- From: Shawn Heisey To: solr-user Sent: Fri, Feb 20, 2015 11:52 am Subject: Re: Strange search behaviour when upgrading to 4.10.3

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 re

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*. search

Re: strange search-behavior over dynamic field

2011-02-16 Thread stockii
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-search-behavior-over-dynamic

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 Erick Erickson
cuments 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-tp2508711p2508711.html > Sent from the Solr - User mailing list archive at Nabble.com. >

strange search-behavior over dynamic field

2011-02-16 Thread stockii
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 list archive at Nabble.com.

Re: Strange search

2010-10-30 Thread Erick Erickson
rking 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 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 get started with that.

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-26 Thread ramzesua
ut if I try to find term "html" (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.

Re: Strange search

2010-10-26 Thread ramzesua
t 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 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 wrote: > Hi, > > I have the following field defi

Strange search result (or lack of)

2010-10-08 Thread Thomas Kellerer
Hi, I have the following field defined in my schema: The field contains the value "Das Urteil" which is thus stored as "das urteil" The following query (using Solr 1.4) returns nothing name_de:das urteil But when I run the query name_de:"das urteil" t

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 li

Re: Strange search behavior

2010-02-25 Thread Otis Gospodnetic
t;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 ha

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: