:
:
: content
: content
:
:
:
: I want to store only "content" into this field but it store other meta data
: of a document e.g. "Author", "timestamp", "document type" etc. how can I ask
: solr to store only body of document into this field and not other meta data?
chan
Anyone?
javaxmlsoapdev wrote:
>
> I store document in a field "content" field defiend as follow in
> schema.xml
> multiValued="true"/>
>
> and following in solrconfig.xml
> class="org.apache.solr.handler.extraction.ExtractingRequestHandler">
>
> content
> content
>
>