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
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
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
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
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
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
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.