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

Re: strange search-behavior over dynamic field

2011-02-16 Thread stockii
the documents havent the same uniquekey, only reason is the same. i cannot show the exactly search request, because of privacy policy... the query is like that: reason_1: firstname lastname, reason_2: 1234, 02.02.2011 --> in field reason: firstname lastname, 1234, 02.02.2011 the search reques

Re: strange search-behavior over dynamic field

2011-02-16 Thread stockii
the fieldType is textgen. - --- System One 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 Upd

Re: strange search-behavior over dynamic field

2011-02-16 Thread Erick Erickson
What does the admin page show you are the contents of your index for reason_1? I suspect you don't really have two documents with the same value. Perhaps you give them both the same uniqueKey and one overwrites the other. Perhaps you didn't commit the second. Perhaps But you haven't provided

Re: Strange search

2010-10-30 Thread Erick Erickson
What does the admin page say is in your text field (see solr/admin, the "schema browser" link Also, see what returns if you add &debugQuery=on to your URL, that often is useful... HTH Erick On Wed, Oct 27, 2010 at 3:53 AM, ramzesua wrote: > > Can anyone give me working schema.xml and solrc

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
Try to do some changes, but it's not help: In _http://localhost:8983/search/admin/schema.jsp I have, for example, term "main" and frequency "7" for this term. But if I try to find this I don't get any result. If I use wildcard, I have only 4 docs in response. But if I try to find term "html" (fre

Re: Strange search

2010-10-26 Thread ramzesua
Can anyone tell my, why my search is so terrible? It's work realy strange. Here my basic configs in schema.xml: main filters: and fields:

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

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 at

Re: Strange search behavior

2010-02-25 Thread Otis Gospodnetic
Jan, If you go to Solr Admin Analysis page and enter your problematic query, what do you see? Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Hadoop ecosystem search :: http://search-hadoop.com/ - Original Message > From: Jan Simon Winkelmann > To: "solr-user@lu