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
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'
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
" 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
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