dataimporthandler multivalued dynamic fields

2010-03-29 Thread brad anderson
Greetings, I'm trying to use dataimporthandler to load values from a db and trying to put them into multivalued dynamic fields. It appears to work for the first value, but does not add all the values to the field. Here is the schema definition of the *_custom fields:

Re: [ANN] Zoie Solr Plugin - Zoie Solr Plugin enables real-time update functionality for Apache Solr 1.4+

2010-03-23 Thread brad anderson
commit ?? > > -Janne > > Lähetetty iPodista > > brad anderson kirjoitti 19.3.2010 kello 20.53: > > > Indeed, which is why I'm wondering what is Zoie adding if you still need >> to >> commit to search recent documents. Does anyone know? >> >> Thank

Re: [ANN] Zoie Solr Plugin - Zoie Solr Plugin enables real-time update functionality for Apache Solr 1.4+

2010-03-19 Thread brad anderson
- > that's exactly how Solr without Zoie works, and it's how Lucene itself > works. Gotta commit to see the documents indexed. > > Erik > > > > On Mar 18, 2010, at 5:41 PM, brad anderson wrote: > > Tried following their tutorial for plugging zoie into

Re: [ANN] Zoie Solr Plugin - Zoie Solr Plugin enables real-time update functionality for Apache Solr 1.4+

2010-03-18 Thread brad anderson
Tried following their tutorial for plugging zoie into solr: http://snaprojects.jira.com/wiki/display/ZOIE/Zoie+Server It appears it only allows you to search on documents after you do a commit? Am I missing something here, or does plugin not doing anything. Their tutorial tells you to do a co

Re: Indexing TrieDateField Using Lucene

2010-01-28 Thread brad anderson
10 at 4:58 PM, brad anderson > wrote: > > I think commiting code to solr would not fix the problem. I don't want to > > have to go through the HTTP stack to create an index. > > Why not? If you use something like SolrJ, it's an implementation > detail if there is a

Re: Indexing TrieDateField Using Lucene

2010-01-28 Thread brad anderson
this would greatly decrease index generation time. Thanks, Brad 2010/1/25 Yonik Seeley > On Mon, Jan 25, 2010 at 8:03 PM, brad anderson > wrote: > > I'm trying to create a faster index generator for testing purposes. Using > > lucene has helped immensely to increase indexin

Indexing TrieDateField Using Lucene

2010-01-25 Thread brad anderson
Greetings, I'm trying to create a faster index generator for testing purposes. Using lucene has helped immensely to increase indexing speed. However, my schema includes a TrieDateField. I do not know how to correctly index this field type using Lucene's API's. I've tried the following: new DateFi

Document Decay

2009-12-03 Thread brad anderson
Hi, I'm looking for a way to have the score of documents decay over time. I want older documents to have a lower score than newer documents. I noted the ReciprocalFloatFunction class. In an example it seemed to be doing just this when you set the function to be: recip(ms(NOW,mydatefield),3.

Re: Multi-Term Synonyms

2009-11-30 Thread brad anderson
etera. I also have to write your own modified > QParser, that fit your special needs. Also some higher features, like > they are offered by other QParsers could be integrated. It's all up to > you and your needs. > > > > Patrick > > > > brad anderson schr

Re: Multi-Term Synonyms

2009-11-24 Thread brad anderson
given the words "sea" and "biscit" seperately, and will > not > know that they match a synonym."* > > ... > > Tom > > On Tue, Nov 24, 2009 at 10:47 AM, brad anderson >wrote: > > > Hi Folks, > > > > I was trying

Multi-Term Synonyms

2009-11-24 Thread brad anderson
Hi Folks, I was trying to get multi term synonyms to work. I'm experiencing some strange behavior and would like some feedback. In the synonyms file I have the line: thomas, boll holly, thomas a, john q => tom And I have a document with the text field as; tom However, when I do a se