RE: solr plug-in - external document store

2008-02-04 Thread Ben Incani
ok, I now have a ExternalStoreRequestHandler that extends RequestHandlerBase. how do include extra fields in documents that get rendered by the SolrQueryResponse? do I need to recreate the DocList? > -Original Message- > From: Ben Incani [mailto:[EMAIL PROTECTED] > Sent: Thu

RE: solr plug-in - external document store

2008-01-23 Thread Ben Incani
essor framework > http://wiki.apache.org/solr/UpdateRequestProcessor > > On the search/retrieval side, you will probably want to > implement a SearchComponent to fill in the stored fields: > http://wiki.apache.org/solr/SearchComponent (wiki page > *way* out of date) > > Both of thes

solr plug-in - external document store

2008-01-17 Thread Ben Incani
Hi Solr Developers, I would like to implement an external document storage system using Solr. Currently I am building lucene indexes with Solr and creating a binary field, which is used to store a document. I would like to extend this implementation by storing the document in an external contain

[jira] Commented: (SOLR-20) A simple Java client for updating and searching

2007-05-29 Thread Ben Incani (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499730 ] Ben Incani commented on SOLR-20: The SolrClientImpl does not implement the following optional attributes for "ad

RE: separate log files

2007-01-18 Thread Ben Incani
27;s > what Solr > uses) ... I believe you'll want something like the "Example > logging.properties file to be placed in common/classes" so > that you can control the logging. > > Please let us all know if this works for you ... it would > make a great

RE: FW: base64 support & containers

2006-07-26 Thread Ben Incani
> I'm glad it worked out for you Ben ... if you are interested > in contributing this code to Apache so that it can be > included in the main Solr code base, can you open a Jira "New > Feature" issue and attach this? > ... make sure to check the "Grant license to ASF for > inclusion in ASF work

FW: base64 support & containers

2006-07-24 Thread Ben Incani
thanks to Hoss & Yonik for your support, attached is the BinaryField implementation if anyone else is interested. -Ben package org.apache.solr.schema; import org.apache.solr.search.function.ValueSource; import org.apache.solr.search.function.IntFieldSource; import org.apache.solr.core.SolrExcept