Re: store content only of documents

2009-12-21 Thread Chris Hostetter
: : : 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

Re: store content only of documents

2009-12-17 Thread javaxmlsoapdev
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 > >