Custom Field Type

2009-03-04 Thread Fouad Mardini
Hello, I have a multivalued field in my schema of type text_ws, values are of the form #int #int I need to be able to query on the first and sort on the second, this does not seem to be enabled out of the box I looked around for a while and it seems the recommended approach is to create a custom f

Re: Custom Field Type

2009-03-05 Thread Fouad Mardini
seem to be possible Are there any performance implications on using dynamic fields? Could you please elaborate on your idea Thanks again /Fouad On Wed, Mar 4, 2009 at 8:12 PM, Yonik Seeley wrote: > On Wed, Mar 4, 2009 at 12:24 PM, Fouad Mardini > wrote: > > I have a multivalued f

Dismax request handler and highlighting

2009-06-07 Thread Fouad Mardini
Hello, I am having problems with the dismax request handler and highlighting. The following query works as intended http://localhost:8983/solr/select?indent=on&q=myquery&start=0&rows=10&fl=id%2Cscore&qt=standard&wt=standard&hl=true&hl.fl=myfield whereas http://localhost:8983/solr/select?indent=

Indexing large documents

2007-08-20 Thread Fouad Mardini
Hello, I am using solr to index text extracted from word documents, and it is working really well. Recently i started noticing that some documents are not indexed, that is i know that the word foobar is in a document, but when i search for foobar the id of that document is not returned. I suspect

Re: Indexing large documents

2007-08-20 Thread Fouad Mardini
indexed 40mb documents. I did have indexing > problems with a large document or two and simply increasing the heap > size fixed the problem. > > - Pete > > On 8/20/07, Fouad Mardini <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I am using solr to ind

Re: Indexing large documents

2007-08-20 Thread Fouad Mardini
es wrong, if not the > > console usually will. The errors will look like a java stacktrace > > output. Did increasing the heap do anything for you? Changing mine > > to 256mb max worked fine for all of our files. > > > > On 8/20/07, Fouad Mardini <[EMAIL PROTEC