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: fieldType name=text_ws

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

2010-03-23 Thread brad anderson
?? -Janne Lähetetty iPodista brad anderson solrinter...@gmail.com 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? Thanks, Brad On 18 March 2010 19:41, Erik Hatcher

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

2010-03-19 Thread brad anderson
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 solr: http://snaprojects.jira.com/wiki/display/ZOIE/Zoie

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

Re: Indexing TrieDateField Using Lucene

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

Re: Indexing TrieDateField Using Lucene

2010-01-28 Thread brad anderson
, Jan 28, 2010 at 4:58 PM, brad anderson solrinter...@gmail.com 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 transport

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

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:

Re: Multi-Term Synonyms

2009-11-30 Thread brad anderson
could be integrated. It's all up to you and your needs. Patrick brad anderson schrieb: Thanks for the help. Can't believe I missed that part in the wiki. 2009/11/24 Tom Hill solr-l...@worldware.com Hi Brad, I suspect that this section from the wiki for SynonymFilterFactory

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