Re: wildcard searches not consistent

2010-09-14 Thread Rico Lelina
That was it! Thank you very much. - Original Message From: Robert Muir To: solr-user@lucene.apache.org Sent: Tue, September 14, 2010 5:58:03 PM Subject: Re: wildcard searches not consistent > but > > facto?y -- 0 (expecting 1) > > you have stemming enabled for the field? stemming will

wildcard searches not consistent

2010-09-14 Thread Rico Lelina
Hi, Still working on extending my proof of concept by working off the example configuration and modifying the schema.xml. Having trouble with wildcard searches: factory OR faction -- 40 results (ok) factory -- 1 result (ok) faction -- 39 results (ok) facti?n -- 39 results (ok) fact* -- 40 resul

How to load data to embedded server

2010-09-09 Thread Rico Lelina
Hi, I'm using EmbeddedSolrServer for my unit tests. I just can't figure out how to add my data (stored in xml files similar to those in the example application example/exampleDocs) after instantiating the server. The source code for the simple post tool seems to require a stream to write the fi

Re: How to import data with a different date format

2010-09-08 Thread Rico Lelina
t any other way. You could, however, > fool your boss and dump your dates in an ordinary string field. But then you > cannot use some of the nice date features. > > > > [1]: > http://lucene.apache.org/solr/api/org/apache/solr/schema/DateField.html > > -Origina

Re: Re: How to import data with a different date format

2010-09-08 Thread Rico Lelina
import data with a different date format Your format (MM/DD/) is not compatible. -Original message- From: Rico Lelina Sent: Wed 08-09-2010 19:03 To: solr-user@lucene.apache.org; Subject: Re: How to import data with a different date format That was my first thought :-) But it would be

Re: How to import data with a different date format

2010-09-08 Thread Rico Lelina
/schema/DateField.html -Original message- From: Rico Lelina Sent: Wed 08-09-2010 17:36 To: solr-user@lucene.apache.org; Subject: How to import data with a different date format Hi, I am attempting to import some of our data into SOLR. I did it the quickest way I know because I literally

How to import data with a different date format

2010-09-08 Thread Rico Lelina
Hi, I am attempting to import some of our data into SOLR. I did it the quickest way I know because I literally only have 2 days to import the data and do some queries for a proof-of-concept. So I have this data in XML format and I wrote a short XSLT script to convert it to the format in solr/e