Lucene Scoring

2010-07-05 Thread manjula wijewickrema
Hi, In my application, I input only single term query (at one time) and get back the corresponding scorings for those queries. But I am little struggling of understanding Lucene scoring. I have reffered http://lucene.apache.org/java/2_4_0/api/org/apache/lucene/search/Similarity.html and some

Re: search for a string which begins with a '$' character

2010-07-05 Thread Erick Erickson
You're probably getting mislead by storing .vs. indexing. When you say that the '$' is showing up in Luke, I'm guessing that what you actually are looking at is the stored value rather than the indexed tokens. You can look at both with Luke, but it can be confusing... FWIW Erick On Thu, Jul 1,

Re: Lucene Scoring

2010-07-05 Thread Grant Ingersoll
On Jul 5, 2010, at 5:02 AM, manjula wijewickrema wrote: Hi, In my application, I input only single term query (at one time) and get back the corresponding scorings for those queries. But I am little struggling of understanding Lucene scoring. I have reffered