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