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 k...@r.email.ne.jp 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 customize

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

2010-10-02 Thread Khai Doan
? Couldn't you detect this through the absence of the field? Best Erick On Fri, Oct 1, 2010 at 3:44 PM, Khai Doan khaitd...@gmail.com wrote: 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

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

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

Re: myField:value does not seem to work

2010-07-29 Thread Khai Doan
. 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 khaitd...@gmail.com wrote: Hi Yonik, Here is the field definition in schema.xml: field name=membername type=string indexed=true stored=true

Re: myField:value does not seem to work

2010-07-29 Thread Khai Doan
. 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 khaitd...@gmail.com wrote: What are the differences between string and text? What other types (that are available by default) can I use

How to use DataImportHandler with ExtractingRequestHandler?

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

Re: Can Apache Solr have more than one schema?

2009-08-27 Thread Khai Doan
container. 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 question is: Can we have more than one