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

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

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 multi-va

Re: Problem indexing on Oracle DB

2008-12-02 Thread Joel Karlsson
> > > On Tue, Dec 2, 2008 at 1:38 PM, 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 encounter

Re: Problem indexing on Oracle DB

2008-12-02 Thread Joel Karlsson
n issue. > meanwhile you can write a transformer of your own to read Clob and > convert to text. > > http://wiki.apache.org/solr/DataImportHandler#head-4756038c418ab3fa389efc822277a7a789d27688 > > > On Tue, Dec 2, 2008 at 2:57 AM, Joel Karlsson <[EMAIL PROTECTED]> >

Re: Problem indexing on Oracle DB

2008-12-01 Thread Joel Karlsson
omething like SolrJ, > 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, &g

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 PROTECT

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

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 &l

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 the indexing works fine, except the id-field is empty. --data-config.xml

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 the indexing works fine, except the id-field is empty. --data-config.xml