Re: lucen compared to other open source solutions

2002-06-05 Thread Andrew C. Oliver

Also consider www.htdig.org

degetel wrote:

Hi,

I have a small question.
I am quiet new in this field of indexing  searching content.
I already used lucene in aproject  it was succesfull !

now I have to consider other solutions.
Do you know where I can find some arguments to choose lucene compared to the
swish-e solution ?
functionnal differences ?
scalability ?
performances ?

is there any benchamrks somewhere ?

thanks
roland

-Message d'origine-
De : Otis Gospodnetic [mailto:[EMAIL PROTECTED]]
Envoye : mercredi 5 juin 2002 00:23
A : Lucene Users List
Objet : Re: lucene and java naming conventions


Dario,

Yes, we may improve coding style over time, but there are no plans for
doing that in the immediate future.  I know, it's not ideal, so we all
have to get used to those few exceptions.

Otis

--- Dario Novakovic [EMAIL PROTECTED] wrote:
  

i noticed that some method names in lucene start with upercase, and
it is
realy confusing for me because i allways think it is some inner
classes.
java naming convention suggest that method names starts with
lowercase and
lucene is my first source code expirience that oposes naming
conventions.
i don't want to teach developers how to code, i  just want to ask is
there
any reasons for that and to suggest them to consider changes to
source code
to comply with conventions.

thanks

dario

_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]





__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


  





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Document Object

2002-06-05 Thread Pradeep Kumar K

Hi all

Is there any way to type cast a String Object to Document object.

ie, Document object can be converted to its String from by using method 
'toString()'. How we can convert it back to Document object.

Any help will be greatly appreciated.

Regards
Pradeep


--
Robosoft Technologies, Mangalore, India



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Document Object

2002-06-05 Thread Otis Gospodnetic

As far as I know there is no generic way to do that.
You can parse the String in your application, form Fields, add them to
a Document, and there you go, but there is nothing generic.  Besides
field names and values, your String would also have to contain meta
data about each field, whether it is to be indexed, unindexed,
tokenized or not tokenized, etc.
e.g.
field1:value1Keyword, field2:value2UnStored

Maybe there are better approaches.  This is just the first thing that
came to mind.

Good luck, and if you implement something generic please contribute it
to the project.

Thanks,
Otis


--- Pradeep Kumar K [EMAIL PROTECTED] wrote:
 Hi all
 
 Is there any way to type cast a String Object to Document object.
 
 ie, Document object can be converted to its String from by using
 method 
 'toString()'. How we can convert it back to Document object.
 
 Any help will be greatly appreciated.
 
 Regards
 Pradeep
 
 
 --
 Robosoft Technologies, Mangalore, India
 
 
 
 --
 To unsubscribe, e-mail:  
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 


__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]