> 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
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:
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#
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
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
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
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
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
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
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.
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
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
.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:
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
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
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
16 matches
Mail list logo