Re: Searching for tokens does not return any results

2014-05-02 Thread Erick Erickson
t; Have a good weekend. > > Thanks, > Yetkin > > -Original Message- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: Friday, May 02, 2014 11:57 AM > To: solr-user@lucene.apache.org > Subject: Re: Searching for tokens does not return any results > > bq:

RE: Searching for tokens does not return any results

2014-05-02 Thread Yetkin Ozkucur
good weekend. Thanks, Yetkin -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Friday, May 02, 2014 11:57 AM To: solr-user@lucene.apache.org Subject: Re: Searching for tokens does not return any results bq: but this index was created using a Java program

Re: Searching for tokens does not return any results

2014-05-02 Thread Erick Erickson
bq: but this index was created using a Java program using Lucene interface Elaborating a bit on Koji's comment... The fact that you used Lucene to index the doc means that the analysis page is almost, but not quite entirely, useless on the indexing side. It's looking at your field definition in

Re: Searching for tokens does not return any results

2014-05-01 Thread Koji Sekiguchi
Hi Yetkin, welcome! I think StandardAnalyzer of Lucene is the problem you are facing. Why don't you have another field using StandardAnalyzer and see how it tokenizes CRD_PROD on Solr admin GUI? I forgot in the detail but we can use Lucene's Analyzer in schema.xml something like this:

Re: Searching for tokens does not return any results

2014-05-01 Thread Ahmet Arslan
Hi Yetkin, You are on the right track by examining analysis page. How is your query analyzed using query analyzer? According to what you pasted q=CRD should return your example document. Did you change something in schema.xml and forget to re-start solr and  re-index? By the way simple letter

Searching for tokens does not return any results

2014-05-01 Thread Yetkin Ozkucur
Hello everyone, I am new to SOLR and this is my first post in this list. I have been working on this problem for a couple of days. I tried everything which I found in google but it looks like I am missing something. Here is my problem: I have a field called: DBASE_LOCAT_NM_TEXT It contains valu