Forced Top Document

2007-10-23 Thread mark angelillo
Hi all, Is there a way to get a specific document to appear on top of search results even if a sorting parameter would push it further down? Thanks in advance, Mark mark angelillo snooth inc. o: 646.723.4328 c: 484.437.9915 [EMAIL PROTECTED] snooth -- 1.8 million ratings and counting...

Re: Using wildcard with accented words

2007-10-23 Thread Guillaume Smet
On 10/23/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: > I've actually thought about it previously it would be nice for it > to all work automatically for the user. Seems like the implementation > should be based on the TokenFilter level, then things like synonym > filters, stemmers, etc, would

OSSummit Asia / ApacheCon Atlanta

2007-10-23 Thread Erik Hatcher
A bit of self-promotion, sorry but also just want to in general make Solr and Lucene users aware of upcoming training sessions at OSSummit Asia (and ApacheCon Atlanta). It's a struggle for the conference organizers to put on training sessions because of the upfront expense and risk in

RE: Timeout Settings

2007-10-23 Thread Charlie Jackson
The CommonsHttpSolrServer has a setConnectionTimeout method. For my import, which was on a similar scale as yours, I had to set it up to 1000 (1 second). I think messing with this setting may take care of your timeout problem. -Original Message- From: Daniel Clark [mailto:[EMAIL PROTECTE

Re: Search results problem

2007-10-23 Thread Yonik Seeley
On 10/23/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote: > > > ??? maxFieldLength only applies to the number of tokens indexed. You > > will always get the complete field back if it's stored, regardless of > > what maxFieldLength is. > > What I meant was, that it is different from just having a

Re: Is it possibily to dynamically/programmatically add new fields

2007-10-23 Thread Erik Hatcher
On Oct 23, 2007, at 5:43 AM, Karen Loughran wrote: Is there a way in Solr to programmatically add new fields (named and dynamic) so that they don't have to be defined statically within "schema.xml" ? You can define field(s) with an asterisk in them like this: stored="true"/> Such t

Is it possibily to dynamically/programmatically add new fields

2007-10-23 Thread Karen Loughran
Hi there, Is there a way in Solr to programmatically add new fields (named and dynamic) so that they don't have to be defined statically within "schema.xml" ? thanks Karen

Re: Search results problem

2007-10-23 Thread Maximilian Hütter
> ??? maxFieldLength only applies to the number of tokens indexed. You > will always get the complete field back if it's stored, regardless of > what maxFieldLength is. What I meant was, that it is different from just having a field with all the tokens compared to using copyField to copy all th