Apache Solr 3.1.0

2011-04-26 Thread Wodek Siebor
I'm trying to tokenize email and IP addresses using StandardTokenizerFactory. It does correctly tokenize IP address but it divides email address into two tokens one with value before '@' and the other with value after that. It works correctly under Solr 1.4.1 Has anybody else tried similar thin

searching against unstemmed text

2011-01-04 Thread Wodek Siebor
I'm trying to search using "text_rev" field, which is by default enabled in the schema.xml, but it doesn't work at all. Do I have to do anything special here. I want to search using wildcards and searching against "text" field works fine, except I can only find results against stemmed text. Than

Runnig ExtractingRequestHandler from /multicore/core0 (lucidworks for solr 1.4.1)

2010-12-17 Thread Wodek Siebor
Hi, I'm trying to reuse schema.xml and solrconfig.xml from /lucidworks/solr/conf in the /multicore/core0/conf, specifically to index binary files, and have some loading problems, like NullPointers, etrc. What are the steps to do it correctly? Thanks -- View this message in context: http://luce

Re: changing data type

2010-12-14 Thread Wodek Siebor
The DIH statement works fine if I run it directly in SQL developer. It's sth like: decode(, 0, 'string_1', 1, 'string_2') The is of type int, and in the schema.xml, since the decode output is string then the corresponding indexed field is of type string. Is there a problem declaring a field in s

changing data type

2010-12-14 Thread Wodek Siebor
Using DataImportHandler. In the select statement I use Oracle decode() function. As the result I have to change the indexed field from int to string. However, during the load Solr throws an exception. Any experience with that? Thanks -- View this message in context: http://lucene.472066.n3.nab

changing data type

2010-12-14 Thread Wodek Siebor
Using DataImportHandler. In the select statement I use Oracle decode() function. As the result I have to change the indexed field from int to string. However, during the load Solr throws an exception. Any experience with that? Thanks -- View this message in context: http://lucene.472066.n3.nab

Re: Indexing pdf files - question.

2010-12-13 Thread Wodek Siebor
The sample /docs/tutorial.pdf does not require OCR. -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-pdf-files-question-tp2079505p2080307.html Sent from the Solr - User mailing list archive at Nabble.com.