Re: term frequency normalization

2009-02-12 Thread Chris Hostetter
: The easiest way to change the tf calculation would be overwriting : tf in an own implementation of Similarity like it's done in : SweetSpotSimilarity. But the average term frequency of the : document is missing. Is there a simple way to get or calc this : number? there was quite a bit of discus

RE: Fields with multiple values...

2009-02-12 Thread Dragon Fly
I'll think about your ideas and see which one works best for my project. Thank you. > Date: Wed, 11 Feb 2009 18:11:58 -0700 > Subject: Re: Fields with multiple values... > From: mark.a.fergu...@gmail.com > To: java-user@lucene.apache.org > > One approach is to use dynamic fields, making the va

Re: Visualization

2009-02-12 Thread Glen Newton
V1 of a project of mine, Ungava[1], which uses Lucene to index research articles and library catalog metadata, also uses Project Simile's Metaphor and Timeline. I have some simple examples using them: Here is the search for "cell" in articles: http://lab.cisti-icist.nrc-cnrc.gc.ca/ungava/Search?

Re: Lucene Alpha-numeric search

2009-02-12 Thread Anshul jain
I was over-looking analyzers, I used LowerCaseTokenizer() in my custom designed analyzer and it was removing the numeric characters. Thank you very much Erick, for pointing that out. Cheers, Anshul On Thu, Feb 12, 2009 at 3:46 PM, Erick Erickson wrote: > You need to give a LOT more details. For

Re: Lucene Alpha-numeric search

2009-02-12 Thread Erick Erickson
You need to give a LOT more details. For instance, what analyzers are you using at index and query time? Have you used Luke to look at your index and see if it contains what you expect? Have you used Luke to examine what queries look like after they are parsed? Have you tried seeing how your query

Lucene Alpha-numeric search

2009-02-12 Thread Anshul jain
Hi, I'm using BoostingTermQuery() of lucene. When I search for alpha-numeric terms(e.g. a647gd), I don't get any results back. Could anyone please help me out? Am I missing something? Cheers, Anshul -- Anshul Jain

Re: Visualization

2009-02-12 Thread Omar Alonso
Hi, Depends on the kind of work that you want to do. For trying ideas I think is pretty cool. I've used for visualizing the DBLP data set and it was OK. I also played with an early version of LabEscape for TreeMaps. There is a paper on the project in caseĀ  you want to take a look: www.oracle.c

Re: Visualization

2009-02-12 Thread Shashi Kant
Thanks Omar, I have looked at Prefuse. What has been your experience with it given it is still in beta? any "gotchas" we should look out for? regards, shashi - Original Message From: Omar Alonso To: java-user@lucene.apache.org; Shashi Kant Sent: Thursday, February 12, 2009 4:38:2

Re: Visualization

2009-02-12 Thread Omar Alonso
prefuse.org --- On Thu, 2/12/09, Shashi Kant wrote: From: Shashi Kant Subject: Visualization To: java-user@lucene.apache.org Date: Thursday, February 12, 2009, 12:53 AM Hi all, Apologies for being slightly off-topic, we are looking at novel visualization approaches for rendering results fro

Visualization

2009-02-12 Thread Shashi Kant
Hi all, Apologies for being slightly off-topic, we are looking at novel visualization approaches for rendering results from Lucene queries. I was wondering if you have any recommendations for visualization toolkits (Java) for displaying heat-maps, dendrograms, cluster maps etc. (preferably free