t; -Original Message-
> From: Jack Krupansky [mailto:j...@basetechnology.com]
> Sent: Thursday, May 10, 2012 4:09 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Solr On Fly Field creation from full text for N-Gram Indexing
>
> You can use "Regex Transfor
@lucene.apache.org
Subject: Re: Solr On Fly Field creation from full text for N-Gram Indexing
You can use "Regex Transformer" to extract from a source field.
See:
http://wiki.apache.org/solr/DataImportHandler#RegexTransformer
-- Jack Krupansky
-Original Message-
From: Husain, Yavar
Sent: Thu
Fly Field creation from full text for N-Gram Indexing
I have full text in my database and I am indexing that using Solr. Now at
runtime i.e. when the indexing is going on can I extract certain parameters
based on regex and create another field/column on the fly using Solr for
that extracted t
I have full text in my database and I am indexing that using Solr. Now at
runtime i.e. when the indexing is going on can I extract certain parameters
based on regex and create another field/column on the fly using Solr for that
extracted text?
For example my DB has just 2 columns (DocId & FullT