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
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
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
[
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
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
> 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
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