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

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/ Th

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 He

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 swit

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

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

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

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 deve

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 no