17 messages in org.apache.lucene.java-userRe: Wikia search goes live today
FromSent OnAttachments
Lukas VlcekJan 7, 2008 4:48 am 
Grant IngersollJan 7, 2008 5:13 am 
Grant IngersollJan 7, 2008 8:21 am 
Otis GospodneticJan 7, 2008 2:14 pm 
Lukas VlcekJan 7, 2008 11:48 pm 
Lukas VlcekJan 7, 2008 11:54 pm 
Grant IngersollJan 8, 2008 4:46 am 
Mike KlaasJan 8, 2008 11:59 am 
Dennis KubesJan 8, 2008 12:09 pm 
Michael StoppelmanJan 8, 2008 12:11 pm 
Lukas VlcekJan 8, 2008 12:15 pm 
Andrzej BialeckiJan 8, 2008 12:23 pm 
Ryan McKinleyJan 8, 2008 12:31 pm 
Lukas VlcekJan 8, 2008 12:36 pm 
Lukas VlcekJan 8, 2008 12:38 pm 
Andrzej BialeckiJan 8, 2008 2:23 pm 
Dennis KubesJan 8, 2008 2:53 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Wikia search goes live todayActions...
From:Ryan McKinley (ryan@gmail.com)
Date:Jan 8, 2008 12:31:14 pm
List:org.apache.lucene.java-user

Andrzej Bialecki wrote:

Lukas Vlcek wrote:

So staring will be accommodated only during indexing phase. Does it mean it will be pretty static value not a dynamically changing variable... correct? In other words if I add my starts to some document it won't affect the scoring immediately but after indexing cycle. Correct?

(I'm not involved in Wikia development). There are some ways to go about it even in the pure Lucene-land, so that the updates are fast without reindexing the main content. Hint: ParallelReader.

in solr (1.3-dev) you can have an external value source with a function query...