Hi *,

I want to import some data to build a Solr index. For this import, I need to
skip some documents from importing. In my data-config file it looks like
this:

<field column="$skipDoc"  regex="^MyPattern .*" replaceWith="true"
sourceColName="text"/>

As I also need to search my 'titles' I tried this:

<field column="$skipDoc"  regex="^MyPattern .*" replaceWith="true"
sourceColName="text"/>
<field column="$skipDoc"  regex="^MyPattern2 .*" replaceWith="true"
sourceColName="title"/>
This couldn't work - thats now clear for me ;-) But how can I do it?

Thanks in advance :-)

Randy



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr4-data-import-skipdoc-and-regex-tp4018495.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to