Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "PreAnalyzedField" page has been changed by AndrzejBialecki: http://wiki.apache.org/solr/PreAnalyzedField?action=diff&rev1=2&rev2=3 = Using PreAnalyzedField type for integration with external document processing pipelines. = - ''This field type is available since Solr 4.0. '' + ''This field type is available since Solr 4.0. See also SOLR-1535, SOLR-4619.'' PreAnalyzedField type provides a way to send to Solr serialized token streams, optionally with independent stored values of a field, and have this information stored and indexed without any additional text processing applied in Solr. This is useful if user wants to submit field content that was already processed by some existing external text processing pipeline (e.g. tokenized, annotated, stemmed, inserted synonyms, etc), while using all the rich attributes that Lucene's TokenStream provides (per-token attributes).