Re: Should "Medical" be highlighted when user search for "medication"?

2010-10-05 Thread Khai Doan
I see that medication got reduced to medic. Thanks, Khai On Tue, Oct 5, 2010 at 3:57 PM, Koji Sekiguchi wrote: > (10/10/06 4:41), Khai Doan wrote: > >> I am still trying to learn Solr. My Solr configuration is based on the >> default example schema.xml (I haven't cu

Should "Medical" be highlighted when user search for "medication"?

2010-10-05 Thread Khai Doan
I am still trying to learn Solr. My Solr configuration is based on the default example schema.xml (I haven't customize the field types). I am using text for the fields that I want highlighting on. I am searching for "medication", but I see that "Medical" is highlighted. Should this be the case?

Re: How to tell Solr to return all fields including empty fields?

2010-10-02 Thread Khai Doan
tant? Couldn't you detect this through > the absence of the field? > > Best > Erick > > On Fri, Oct 1, 2010 at 3:44 PM, Khai Doan wrote: > > > Hello everyone, > > > > Right now, I am using fl=*,score to get all fields from Solr. However > > empty

How to tell Solr to return all fields including empty fields?

2010-10-01 Thread Khai Doan
Hello everyone, Right now, I am using fl=*,score to get all fields from Solr. However empty fields are not returned. Is there a way for me to tell Solr to return all fields including empty fields? Thanks, Khai

Re: myField:value does not seem to work

2010-07-29 Thread Khai Doan
;, for example. > > Types are well documented in the example schema.xml shipped with solr. > You would also find more info in the wiki. > > On 29. juli 2010, at 22:53, Khai Doan wrote: > > > What are the differences between "string" and "text"? > >

Re: myField:value does not seem to work

2010-07-29 Thread Khai Doan
ot;Khai Bright T". Use text (or another) type that > tokenizes (on whitespace in this case) instead. > > Mats Bolstad > > > > On Thu, Jul 29, 2010 at 9:55 PM, Khai Doan wrote: > > Hi Yonik, > > > > Here is the field definition in schema.xml: > > &g

Re: myField:value does not seem to work

2010-07-29 Thread Khai Doan
ould match "Khai"? > If so, what is the fieldType in the schema for the membername field? > > -Yonik > http://www.lucidimagination.com > > > On Thu, Jul 29, 2010 at 3:17 PM, Khai Doan wrote: > > Hello, > > > > My name is Khai. I am new to Solr, and

myField:value does not seem to work

2010-07-29 Thread Khai Doan
Hello, My name is Khai. I am new to Solr, and I am having a strange issue. I use the admin interface and search for "Khai" and it work fine. However if I type membername:Khai it does not work. Please provide me with hints on what the issue may be. Thank you, Khai

How to use DataImportHandler with ExtractingRequestHandler?

2009-09-02 Thread Khai Doan
content of the PDF? Thanks! Khai Doan

Re: Can Apache Solr have more than one schema?

2009-08-27 Thread Khai Doan
. each core > has its own index, schema and configuration. If you want to compare it to > databases, then I guess a core is to Solr Server what a database is to its > RDBMS. > > > Khai Doan wrote: > >> Hello, >> >> My name is Khai. I am new to Apache Solr. My