Re: Good way of Indexing TextFiles

2008-03-12 Thread Sebastin
Hi All, I tried one Indexing Stratergy: 1.I am having unique numbers as the search column for ex : my search query should be 9840836588 AND dateSc:[13/03/2008 TO 16/03/2008] while Indexing the numbers i divide the number by 3 9840836588%3 = 26588 creating a fo

Re: Good way of Indexing TextFiles

2008-03-12 Thread Sebastin
Hi All, I tried one Indexing Stratergy: 1.I am having unique numbers as the search column for ex : my search query should be 9840836588 AND dateSc:[13/03/2008 TO 16/03/2008] while Indexing the numbers i divide the number by 3 9840836588%3 = 26588 creating a fo