RE: fdt file format

2011-10-04 Thread Michael Ryan
> After those 4 bytes it should match? Thanks. Yup, seems to match after that. -Michael - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

Re: fdt file format

2011-10-03 Thread Michael McCandless
11 PM, Michael Ryan wrote: > I'm trying to understand the .fdt file format and seem to have run into some > discrepancies between the documentation and the actual format. > > Near the start of the file, there are some bytes that don't match up with the > description at http:

fdt file format

2011-10-03 Thread Michael Ryan
I'm trying to understand the .fdt file format and seem to have run into some discrepancies between the documentation and the actual format. Near the start of the file, there are some bytes that don't match up with the description at http://lucene.apache.org/java/3_2_0/fileformats.html#

Re: Cannot overwrite "_0.fdt" file

2009-12-22 Thread Michael McCandless
Likely you still have an old IndexWriter open on the index, when you are attempting to use a new IndexWriter? Try turning on IndexWriter.setInfoStream, and look for confirmation that all opened writers get closed? Mike On Tue, Dec 22, 2009 at 7:00 AM, TejKiran wrote: > > Hi, > I am indexing som

Cannot overwrite "_0.fdt" file

2009-12-22 Thread TejKiran
Hi, I am indexing some data and then searching on indexed data to find then doing some action on that. while i close the application, i am deleting these indexed data from TempIndex folder like here "20091019237559". and for deleting i am maintaining list of which file/folder created in current ru

Re: .fdt file

2008-07-11 Thread Michael McCandless
42 AM, blazingwolf7 wrote: Well, I am trying to extract the URL and contentLength from the ".fdt" file. I am planning to use both of these values in a filter to remove certain links to be display in the search result. The problem is, I am told not to use the IndexReader to retrieve these values fo

Re: .fdt file

2008-07-10 Thread blazingwolf7
L and contentLength from the >> ".fdt" file. >> I am planning to use both of these values in a filter to remove >> certain >> links to be display in the search result. The problem is, I am told >> not to >> use the IndexReader to retrieve these v

Re: .fdt file

2008-07-10 Thread Grant Ingersoll
On Jul 10, 2008, at 1:42 AM, blazingwolf7 wrote: Well, I am trying to extract the URL and contentLength from the ".fdt" file. I am planning to use both of these values in a filter to remove certain links to be display in the search result. The problem is, I am told not t

Re: .fdt file

2008-07-10 Thread blazingwolf7
Thanks. I think I will follow the advice. But just for the sack of curiosity, can what I suggest be done ? Yonik Seeley wrote: > > On Thu, Jul 10, 2008 at 1:42 AM, blazingwolf7 <[EMAIL PROTECTED]> > wrote: >> Well, I am trying to extract the URL and contentLength from the

Re: .fdt file

2008-07-10 Thread Yonik Seeley
On Thu, Jul 10, 2008 at 1:42 AM, blazingwolf7 <[EMAIL PROTECTED]> wrote: > Well, I am trying to extract the URL and contentLength from the ".fdt" file. > I am planning to use both of these values in a filter to remove certain > links to be display in the search result.

Re: .fdt file

2008-07-09 Thread blazingwolf7
Well, I am trying to extract the URL and contentLength from the ".fdt" file. I am planning to use both of these values in a filter to remove certain links to be display in the search result. The problem is, I am told not to use the IndexReader to retrieve these values for each docu

Re: .fdt file

2008-07-09 Thread Yonik Seeley
On Wed, Jul 9, 2008 at 11:13 PM, blazingwolf7 <[EMAIL PROTECTED]> wrote: > Sorry,but I am still quite new to Lucene. What exactly is "cp"? The unix command for copy (hence the smiley). Some of your recent questions seem to be suffering from an XY problem: http://www.perlmonks.org/index.pl?node_id

Re: .fdt file

2008-07-09 Thread blazingwolf7
.org/java/docs/fileformats.html > But I'm not sure why retrieving by document number won't work for you. > > -Yonik > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail:

Re: .fdt file

2008-07-09 Thread Yonik Seeley
On Wed, Jul 9, 2008 at 9:01 PM, blazingwolf7 <[EMAIL PROTECTED]> wrote: > I had recently found out that Lucene will retrieve the content of a document > from a file ".fdt". I am trying to retrieve the entire file in one go > instead of retrieving it based on document number. can it be done? "cp" c

.fdt file

2008-07-09 Thread blazingwolf7
Hi, I had recently found out that Lucene will retrieve the content of a document from a file ".fdt". I am trying to retrieve the entire file in one go instead of retrieving it based on document number. can it be done? -- View this message in context: http://www.nabble.com

.fdt file

2008-07-09 Thread blazingwolf7
Hi, I had recently found out that Lucene will retrieve the content of a document from a file ".fdt". I am trying to retrieve the entire file in one go instead of retrieving it based on document number. can it be done? -- View this message in context: http://www.nabble.com