Re: trivial util to Visualize BitSets (Query results actually)

2006-05-31 Thread eks dev
harwood <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org; eks dev <[EMAIL PROTECTED]> Sent: Wednesday, 31 May, 2006 5:12:06 PM Subject: Re: trivial util to Visualize BitSets (Query results actually) I added something similar to Luke but without the colour intensity - I may add you

Re: trivial util to Visualize BitSets (Query results actually)

2006-05-31 Thread mark harwood
I added something similar to Luke but without the colour intensity - I may add your code in to do this. Another Luke plugin I have visualizes "vocabulary growth" for a field as a chart over time. This is useful to see if a field is "matured" or is still accumulating new terms. A Zipf term distribut

trivial util to Visualize BitSets (Query results actually)

2006-05-31 Thread eks dev
Maybe there are some more people that like to see bits. Feel free to do whatever you like with it. Idea is simple, map 8 bits from HitCollector to one pixel by changing gray levels. Implementation is Quick 'n Dirty, but does the job. /** * Copyright 2004 The Apache Software Foundation * * L