Sorting on text-fields with international characters

2008-12-08 Thread Joel Karlsson
Hello, Is there any way to get Solr to sort properly on a text field containing international, in my case swedish, letters? It doesn't sort å,ä and ö in the proper order. Also, is there any way to get Solr to sort, i.e, á, à or â together with the regular a's? Thanks in advance! // Joel

multiValued multiValued fields

2008-12-05 Thread Joel Karlsson
Hello, I want to index a field with an array of arrays, is that possible in Solr? I.e I have one multi-valued field with persons and would like one multi-valued field with their employer, but sometimes there are more than one employer per person and therefor it would've been good to use a

Can Solr follow links?

2008-12-05 Thread Joel Karlsson
Hello, Is there any way for Solr to follow links stored in my database and index the content of these files and HTTP-resources? Thanks in advance! // Joel

Re: Problem indexing on Oracle DB

2008-12-02 Thread Joel Karlsson
, Joel Karlsson [EMAIL PROTECTED] wrote: Thanks for your reply! I wrote such a transformer and now it seems to work perfectly. Here's the code for the transformer if anyone encounters the same problem, or if anyone want to improve it: import org.apache.solr.handler.dataimport

Problem indexing on Oracle DB

2008-12-01 Thread Joel Karlsson
Hello everyone, I'm trying to index on an Oracle DB, but can't seem to find any built in support for objects of type oracle.sql.Clob. The field I try to put the data into is of type text, but after indexing it only contains the Clob-objects string representation, i.e. something like [EMAIL

Re: Problem indexing on Oracle DB

2008-12-01 Thread Joel Karlsson
, then you must convert the Clob yourself into a String representation. Also, did you look at Solr's DataImportHandler? -Yonik On Mon, Dec 1, 2008 at 3:11 PM, Joel Karlsson [EMAIL PROTECTED] wrote: Hello everyone, I'm trying to index on an Oracle DB, but can't seem to find any built

Oracle Clob support

2008-11-28 Thread Joel Karlsson
Hello, Is there any built in support for indexing Oracle-databases with columns of type Clob? I've declared a field in schema.xml of type text. But after indexing, this field contains only the string representation of the object oracle.sql.Clob, and not the content of the column. // Joel

Unknown field error using JDBC

2008-11-25 Thread Joel Karlsson
Hello, I get Unknown field error when I'm indexing an Oracle dB. I've reduced the number of fields/columns in order to troubleshoot. If I change the uniqeKey to timestamp (for example) and create a dynamic field dynamicField name=* type=text indexed=true stored=true the indexing works fine,

Re: Unknown field error using JDBC

2008-11-25 Thread Joel Karlsson
I actually don't know which version I was using, but now I've upgraded to 1.3 and it works like a charm!! Thanks a lot! 2008/11/25 Noble Paul നോബിള്‍ नोब्ळ् [EMAIL PROTECTED] which version of DIH are you using? On Tue, Nov 25, 2008 at 5:24 PM, Joel Karlsson [EMAIL PROTECTED] wrote: Hello