Re: Unique Filter on search results

2009-02-17 Thread
Does it make sense to add another index only included UserName,Web Page Name and other statistic fields? On Tue, Feb 17, 2009 at 2:33 PM, selvaa wrote: > > Hi, > I am creating a tracker for web applications. I am indexing all the > user credentials while they are logging . > The

Re: Querying for a catagory

2009-02-17 Thread
Sort is helpful. Maybe you should change you index structure if you think you need a group by. On Tue, Feb 17, 2009 at 9:30 PM, Erick Erickson wrote: > Well, I can imagine several schemes, how suitable they are depends > upon some as yet unspecified characteristics of your problem space. > > You

Re: All Terms Unique

2008-12-14 Thread
try indexReader.termDocs() On Mon, Dec 15, 2008 at 2:16 AM, Ian Vink wrote: > I have an index with these terms defined for each document: > language > author > religion > > Is there a simple way to get from the index a unique list of all the > authors > ? > > How about all the authors that also

Re: Order the index by timestamp field and Get n documents

2008-11-11 Thread
I think you should use NumberTools to format timestamp first, otherwise sort will not work correctly On Mon, Nov 10, 2008 at 8:00 PM, Cool The Breezer <[EMAIL PROTECTED]>wrote: > Could able to do that using range query > > String end = "25337325126";//i.e. 11/30/, assume that this is max

Re: StandardAnalyzer exclude numbers

2008-09-22 Thread
why not use a token filter? On Mon, Sep 22, 2008 at 8:36 PM, Mark Miller <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > >> Hello >> >> Is it possible to exclude numbers using StandardAnalyzer just like >> SimpleAnalyzer? >> >> -