|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
lucene logoHi,
I'd like to put lucene logo plus link to my search page, but logo on Lucene website is too big. Does any one has some smaller one? Max 100 pixels wide? Thanks Leos --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@... For additional commands, e-mail: java-user-help@... |
|
|
Re: lucene logoOn Wednesday 06 July 2005 11:21, Leos Literak wrote:
> I'd like to put lucene logo plus link to my search > page, but logo on Lucene website is too big. Does > any one has some smaller one? Max 100 pixels wide? Here's one (lower right corner): http://www.intrafind.org/iFinder-WebApp/index-dpa.jsp?appID=1 Regards Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@... For additional commands, e-mail: java-user-help@... |
|
|
Re: lucene logoHi,
Just resized the logo lucene from apaceh.org to 100 x 15. Its attached. Alan. On Wed, 06 Jul 2005 10:21:43 +0100, Leos Literak <literakl@...> wrote: > Hi, > > I'd like to put lucene logo plus link to my search > page, but logo on Lucene website is too big. Does > any one has some smaller one? Max 100 pixels wide? > > Thanks > > Leos > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@... > For additional commands, e-mail: java-user-help@... > > > -- Alan Hicks Omegasoft 01-2941100 --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@... For additional commands, e-mail: java-user-help@... |
|
|
Re: lucene logoOn Jul 6, 2005, at 5:21 AM, Leos Literak wrote: > I'd like to put lucene logo plus link to my search > page, but logo on Lucene website is too big. Does > any one has some smaller one? Max 100 pixels wide? There are a few different sizes here: http://svn.apache.org/repos/asf/lucene/java/trunk/docs/images/ --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@... For additional commands, e-mail: java-user-help@... |
|
|
Re: lucene logoErik Hatcher wrote:
> There are a few different sizes here: > > http://svn.apache.org/repos/asf/lucene/java/trunk/docs/images/ Thanks, that is, what I needed. See http://www.abclinuxu.cz/Search?query= Could you please add www.abclinuxu.cz to Powered by page? Thanks Leos --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@... For additional commands, e-mail: java-user-help@... |
|
|
Re: lucene logoOn Jul 6, 2005, at 11:50 AM, Leos Literak wrote: > Thanks, that is, what I needed. > See http://www.abclinuxu.cz/Search?query= > > Could you please add www.abclinuxu.cz to Powered by page? Add it yourself - it's now on the user maintained wiki :) Erik --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@... For additional commands, e-mail: java-user-help@... |
|
|
Boosting SpanQueriesI was just wondering, if I set the boost factor in SpanQueries such as the
SpanNearQuery or SpanOrQuery, does it get used? --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@... For additional commands, e-mail: java-user-help@... |
|
|
Re: Boosting SpanQueriesHi,
I met this problem a few months ago : trying to boost some words in SpanQuery seems to have no effect, which was confirmed by looking at the source code (no reference to boost in the scoring methods, at least as far as lucene 1.4.3 is concerned, correct me if I am wrong). So my first question was, is that a bug or a feature ? if it is a feature is there a way to implement something as boosting allowing to enhance the score of documents containing a particular word of a span query ? Thanks. Regards. Vince Dave Kor wrote: >I was just wondering, if I set the boost factor in SpanQueries such as the >SpanNearQuery or SpanOrQuery, does it get used? > >--------------------------------------------------------------------- >To unsubscribe, e-mail: java-user-unsubscribe@... >For additional commands, e-mail: java-user-help@... > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@... For additional commands, e-mail: java-user-help@... |
|
|
Re: Boosting SpanQueriesEnclosing it in a boolean-query where its alone and which, itself, has
a boosting would seem to work for me... paul Le 7 juil. 05, à 11:04, Vincent Le Maout a écrit : > a way to implement something as boosting allowing to enhance the > score of documents > containing a particular word of a span query ? --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@... For additional commands, e-mail: java-user-help@... |
| Free embeddable forum powered by Nabble | Forum Help |