Re: Solr On Fly Field creation from full text for N-Gram Indexing

2012-05-12 Thread Lance Norskog
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

RE: Solr On Fly Field creation from full text for N-Gram Indexing

2012-05-10 Thread Husain, Yavar
@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

Re: Solr On Fly Field creation from full text for N-Gram Indexing

2012-05-10 Thread Jack Krupansky
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

Solr On Fly Field creation from full text for N-Gram Indexing

2012-05-10 Thread Husain, Yavar
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