lucene logo

View: New views
9 Messages — Rating Filter:   Alert me  

lucene logo

by Leos Literak :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


Re: lucene logo

by Daniel Naber :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 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 logo

by Alan Hicks-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

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 logo

by Erik Hatcher :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 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 logo

by Leos Literak :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Erik 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 logo

by Erik Hatcher :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 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 SpanQueries

by KW Kor :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


Re: Boosting SpanQueries

by Vincent Le Maout :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

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 SpanQueries

by polx :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Enclosing 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@...