Re: Lucene indexing for PDM system like Windchill

2007-07-22 Thread Mathieu Lecarme

If you wont to index Hibernate persisted data, just use Compass.

M.
Le 22 juil. 07 à 04:19, Dmitry a écrit :


Folks,
Trying to integrate PDM system  : WTPart obejct with Lucene  
indexing search framework.
Part of the work is integration with persistent layer +  
indeces storage+ mysql

Could not find a good solution ...
please advice

thanks, DT
www.ejinz.com
search engine

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





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



Re: search through all fields

2007-07-22 Thread Mohammad Norouzi

Thanks Mthieu
would you tell me does Compass support relationship between objects like a
relational database?

On 7/17/07, Mathieu Lecarme < [EMAIL PROTECTED]> wrote:


http://www.opensymphony.com/compass/
The project is free, following Lucene version quickly, the forum is
great, and the lead developer is quick reacting.

M.


Mohammad Norouzi a écrit :
> Mathieu,
> I need an object mapper for lucene would you please give me the
> Compass web
> site? is it open source?
>
> thanks


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





--
Regards,
Mohammad
--
see my blog: http://brainable.blogspot.com/
another in Persian: http://fekre-motefavet.blogspot.com/


Re: search through all fields

2007-07-22 Thread Mathieu Lecarme
Compass doesn't index database, but pojo mapped with an orm. Parent  
relation is nice handled.
When a pojo is persisted, compass catch the information and index/ 
remove it with lucene.
There is some troubles when you change something related to a pojo.  
Compass doesn't see that change. They were some works for that, just  
have some try to see if it's works, now.


http://www.opensymphony.com/compass/versions/1.2M2/html/index.html

M.

Le 22 juil. 07 à 12:54, Mohammad Norouzi a écrit :


Thanks Mthieu
would you tell me does Compass support relationship between objects  
like a

relational database?

On 7/17/07, Mathieu Lecarme < [EMAIL PROTECTED]> wrote:


http://www.opensymphony.com/compass/
The project is free, following Lucene version quickly, the forum is
great, and the lead developer is quick reacting.

M.


Mohammad Norouzi a écrit :
> Mathieu,
> I need an object mapper for lucene would you please give me the
> Compass web
> site? is it open source?
>
> thanks


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





--
Regards,
Mohammad
--
see my blog: http://brainable.blogspot.com/
another in Persian: http://fekre-motefavet.blogspot.com/



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



Re: Lucene indexing for PDM system like Windchill

2007-07-22 Thread Dmitry

Mathieru,
I never used Compass, i know that there is integration Shards /Search with 
Hibernate, but it absolutely different what actually I need, probably I can 
take a look on it. any way thanks

thanks,
DT
www.ejinz.com
search engine
- Original Message - 
From: "Mathieu Lecarme" <[EMAIL PROTECTED]>

To: 
Sent: Sunday, July 22, 2007 4:16 AM
Subject: Re: Lucene indexing for PDM system like Windchill


If you wont to index Hibernate persisted data, just use Compass.

M.
Le 22 juil. 07 à 04:19, Dmitry a écrit :


Folks,
Trying to integrate PDM system  : WTPart obejct with Lucene  indexing 
search framework.
Part of the work is integration with persistent layer + 
indeces storage+ mysql

Could not find a good solution ...
please advice

thanks, DT
www.ejinz.com
search engine

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





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



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



Questions about Query's Idf and NEW Similarity fomula. Thanks!

2007-07-22 Thread oiunt

Nowadays, I’m doing research using the lucene to build the prototype.
I have read the book “Lucene in Action”, but can’t find the solution, so I
try to beg for your help.

I have 2 questions:
1)  I found that the term in query doesn’t use the idf but only tf, however,
in my application I have many queries and it will be inaccurate regardless
idf. My prototype will establish the traces between two kinds of document,
so the idf of the query is also important, could you give some advices?

2)  I try to use the WordNet to associate words, however, lucene provides
synonymy approach which considers the similarity between word “seek” and
word “search” is 1. In my research, I will consider the similarity
coefficient between words ranges from 0 to 1, and I revise the similarity
formula. I don’t know where to insert my formula into lucene.


 Thanks for your help!
-- 
View this message in context: 
http://www.nabble.com/Questions-about-Query%27s-Idf-and-NEW-Similarity-fomula.-Thanks%21-tf4127297.html#a11737297
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


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



CJKAnalyzer - Issues with scoring

2007-07-22 Thread Nina Khosravi


Hello,

I am in desperate need of help on a problem with our newly deployed
application that is now using the CJKAnalyzer/CJKTokenizer.  Our previous
release was using the WhitespaceAnalyzer and the users were extremely happy
with the search results ordered by the score of the documents.  We switched
to the CJKAnalyzer and now the scoring is not giving them the results they
are expecting.   Any ideas on why using the CJKAnalyzer would be so
different?  Some documents that contain more instances of a search term are
appearing at a lower position in the search results than those having one
instance of the search term.

I tried printing the explanation of the scoring but don't get any
information, just the value 0.0 for each doc returned.  Anyone have any
ideas?  I have not dug deep into this problem.  I am pressed for time so
was hoping someone could provide some guidance.

Thanks!!

Nina


Re: CJKAnalyzer - Issues with scoring

2007-07-22 Thread Dmitry

Nina,
can you point me to the link where I can get documentation about 
CJKAnalyzer.

thanks,
DT
www.ejinz.com
Search Engine Economy

- Original Message - 
From: "Nina Khosravi" <[EMAIL PROTECTED]>

To: 
Sent: Sunday, July 22, 2007 11:38 PM
Subject: CJKAnalyzer - Issues with scoring




Hello,

I am in desperate need of help on a problem with our newly deployed
application that is now using the CJKAnalyzer/CJKTokenizer.  Our previous
release was using the WhitespaceAnalyzer and the users were extremely happy
with the search results ordered by the score of the documents.  We switched
to the CJKAnalyzer and now the scoring is not giving them the results they
are expecting.   Any ideas on why using the CJKAnalyzer would be so
different?  Some documents that contain more instances of a search term are
appearing at a lower position in the search results than those having one
instance of the search term.

I tried printing the explanation of the scoring but don't get any
information, just the value 0.0 for each doc returned.  Anyone have any
ideas?  I have not dug deep into this problem.  I am pressed for time so
was hoping someone could provide some guidance.

Thanks!!

Nina


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



Re: CJKAnalyzer - Issues with scoring

2007-07-22 Thread Nina Khosravi

Sure.  It is one of the contributed analyzers.

The Java docs are here:
http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/javadoc/index.html.

Also, the source files are  here:
http://svn.apache.org/viewvc/lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/

Thanks,
Nina



   
 "Dmitry"  
 <[EMAIL PROTECTED] 
 mail.com>  To
  
 07/22/2007 10:44   cc
 PM
   Subject
   Re: CJKAnalyzer - Issues with   
 Please respond to scoring 
 [EMAIL PROTECTED] 
apache.org 
   
   
   
   




Nina,
can you point me to the link where I can get documentation about
CJKAnalyzer.
thanks,
DT
www.ejinz.com
Search Engine Economy

- Original Message -
From: "Nina Khosravi" <[EMAIL PROTECTED]>
To: 
Sent: Sunday, July 22, 2007 11:38 PM
Subject: CJKAnalyzer - Issues with scoring




Hello,

I am in desperate need of help on a problem with our newly deployed
application that is now using the CJKAnalyzer/CJKTokenizer.  Our previous
release was using the WhitespaceAnalyzer and the users were extremely happy
with the search results ordered by the score of the documents.  We switched
to the CJKAnalyzer and now the scoring is not giving them the results they
are expecting.   Any ideas on why using the CJKAnalyzer would be so
different?  Some documents that contain more instances of a search term are
appearing at a lower position in the search results than those having one
instance of the search term.

I tried printing the explanation of the scoring but don't get any
information, just the value 0.0 for each doc returned.  Anyone have any
ideas?  I have not dug deep into this problem.  I am pressed for time so
was hoping someone could provide some guidance.

Thanks!!

Nina


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



Re: CJKAnalyzer - Issues with scoring

2007-07-22 Thread Nina Khosravi
Hello,

I actually found an error in my code.  Thanks to anyone taking a look at
this but the way I was setting the "score" sort field had an error.  Sorry
about this.

Thanks,
Nina