Boost

2006-04-18 Thread TDLN
I would like to boost a Document in the Index if it meets a certain condition. The condition itself is not part of the index. Documents that meet the condition should always have a higher boost than Documents that don't meet the condition. For instance I have a metadata property x that is added at

Re: Boost

2006-04-19 Thread TDLN
I found the information in the Lucene in Action book (probably should look there first next time :). Using Document.setBoost(float f) is the way to go. Rgrds, Thomas On 4/18/06, TDLN <[EMAIL PROTECTED]> wrote: > I would like to boost a Document in the Index if it meets a certain &g

Re: Boost

2006-04-19 Thread TDLN
I see now I posted this question to the wrong list. Sorry for that one. Thanks for the great project to all Nutch/Lucene Developers! Rgrds, Thomas On 4/19/06, TDLN <[EMAIL PROTECTED]> wrote: > I found the information in the Lucene in Action book (probably should > look there fir

Re: [jira] Updated: (NUTCH-251) Administration GUI

2006-04-26 Thread TDLN
Stefan, this patch looks very interesting. I would like to test it, but before I have several questions. 1) I am using local filesystem - as you say that local running jobs can not be stopped, does that imply that the scheduling is dysfunctional as well on local filesystem 2) Do you think it mak

Re: [jira] Commented: (NUTCH-249) black- white list url filtering

2006-04-26 Thread TDLN
yes, thank you. What happens if the url matches both lists. There is not guarantee that it won't match both lists is there? Rgrds, Thomas On 4/26/06, Stefan Groschupf (JIRA) <[EMAIL PROTECTED]> wrote: > > [ > http://issues.apache.org/jira/browse/NUTCH-249?page=comments#action_12376477] > >

Re: [jira] Updated: (NUTCH-251) Administration GUI

2006-04-26 Thread TDLN
One more question: and where shall we post questions about the admin gui, on the dev or the users list? Rgrds, Thomas Delnoij On 4/26/06, Stefan Groschupf <[EMAIL PROTECTED]> wrote: > > Hi Thomas, > > 1) I am using local filesystem - as you say that local running jobs > > can not be stopped, does

Re: A Developer's getting started doc?

2006-05-02 Thread TDLN
Hi Andrew, you can either get one of the distributions, a nightly build, or check out directly from SVN to get the sources. Then I would suggest checking the targets in the ant build file; there are targets for compiling. cleaning and testing. Use 'ant tar' to make a release tarball that you can

Re: Creating a throttle

2006-05-02 Thread TDLN
I think someting like this has already been done (apart from the daily changes you suggest) http://issues.apache.org/jira/browse/NUTCH-207 Rgrds, Thomas On 5/1/06, Fankhauser, Alain <[EMAIL PROTECTED]> wrote: Hello I'm thinking about to create a throttle, who let us decide at

Re: A Developer's getting started doc?

2006-05-04 Thread TDLN
utch/Lucene/Hadoop is maintained by any project management system (be it Ivy, Maven, M2 ...). Ant is good but I believe we could get more... Regards, Lukas On 5/3/06, TDLN <[EMAIL PROTECTED]> wrote: > Hi Lukas, > > the .classpath and .project files are in the attached zip. You mig

Re: [jira] Updated: (NUTCH-251) Administration GUI

2006-05-11 Thread TDLN
Hi Stephan. I am about to get started with the Admin GUI and was wondering if these instructions are . still valid. More in particular, is it still necessary to patch Hadoop, or has this patch already been integrated? Also do you know how the Nutch patches go with the latest revision? Rgrds, T

Re: [jira] Updated: (NUTCH-251) Administration GUI

2006-05-11 Thread TDLN
tches still work and need to be applied to both projects. Stefan Am 11.05.2006 um 08:38 schrieb TDLN: > Hi Stephan. > > I am about to get started with the Admin GUI and was wondering if > these instructions are . still valid. > > More in particular, is it still necessary to patc