Re: Looking for Developers

2010-10-26 Thread Yuchen Wang
UNSUBSCRIBE On Tue, Oct 26, 2010 at 10:15 PM, Igor Chudov wrote: > UNSUBSCRIBE > > On Wed, Oct 27, 2010 at 12:14 AM, ST ST wrote: > > Looking for Developers Experienced in Solr/Lucene And/OR FAST Search > Engines > > from India (Pune) > > > > We are looking for off-shore India Based Developers

Re: Problem in parsing non-string dynamic field by using IndexReader

2009-07-06 Thread Yuchen Wang
that works perfectly! Thanks a lot! On Mon, Jul 6, 2009 at 2:12 PM, Chris Hostetter wrote: > : OK, here is my latest code to get the IndexReader from the solr core. > : However, it still printed out the non-string fields as special chars. I > do > : use the schema file here. Please help. > > you'

Re: Problem in parsing non-string dynamic field by using IndexReader

2009-07-05 Thread Yuchen Wang
t; > Yuchen, > > schema.xml is a Solr configuration file that you can find in a conf > directory under Solr home. Please go through the Solr tutorial on the site > first. > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Or

Re: Problem in parsing non-string dynamic field by using IndexReader

2009-07-05 Thread Yuchen Wang
" in > schema.xml) > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message > > From: Yuchen Wang > > To: solr-user@lucene.apache.org > > Sent: Sunday, July 5, 2009 12:43:50 AM > > Subject: P

Problem in parsing non-string dynamic field by using IndexReader

2009-07-04 Thread Yuchen Wang
I have a task to parse all documents in a solr index. I use Lucene IndexReader to read the index and go through each field from all documents. However, for float or int dynamic fields, the stringValue() call always returns some special characters. I tried tokenStreamValue, byteValue, readerValue, a