Bugs item #2810280, was opened at 2009-06-22 15:45
Message generated for change (Comment added) made by sjoerd
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2810280&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: PFtijah
>Group: Pathfinder "stable"
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: francois guerin (fguerin)
Assigned to: Henning Rode (hrode)
Summary: full text index exists or not exists.

Initial Comment:
Hi,
the mapi client keeps on telling me two contradictory things:
- when i try to create an index (it seems that indexes are automaticaly created 
with module(pathfinder), Mapi tells me that an index has already been created.
- when i try to make a full text query, Mapi tells that there's no index 
created.

$ ./bin/mclient -lx --time
xquery>tijah:create-ft-index()
more><>
MAPI  = mone...@localhost:50000
QUERY = tijah:create-ft-index()
ERROR = !ERROR: tj_init_collection, pftijah collection already exists: 
DFLT_FT_INDEX
Timer      11.846 msec 

xquery>let $c := collection("frwikipedia")
  for $res in tijah:query($c, "//T[about(.,marcher)]")
  return $res/Tranche/Sentence/T
more><>
MAPI  = mone...@localhost:50000
QUERY = 
ERROR = !ERROR: tj_get_ft_index, ft-index "DFLT_FT_INDEX" does not exist. 
create full text index using tijah:create-ft-index()
Timer      22.598 msec 
xquery>



(MacBook - Monetdb MAY release - 32bits - installation: --enable-xquery 
--enable-optimise)

----------------------------------------------------------------------

>Comment By: Sjoerd Mullender (sjoerd)
Date: 2009-08-05 15:21

Message:
What is the status?

----------------------------------------------------------------------

Comment By: Henning Rode (hrode)
Date: 2009-06-30 09:33

Message:
i changed a few checks in the code that are applied at indexing time.
if that does not help here, i would really need a script to reproduce the
bug.
so, without further input, i will close the bug in a few weeks.

----------------------------------------------------------------------

Comment By: Henning Rode (hrode)
Date: 2009-06-23 15:40

Message:
hej francois,

i have seen similar problems before in old versions of pf/tijah, when the
index got inconsistent due to commit statements at wrong places in the
internal indexing procedure. most people simply emptied the database
completely and re-indexed everything, which usually works fine then, but it
is obviously not a solution.

now, the only problem is, that i need some way to reconstruct your error
here. can you describe in a few steps (xqueries) what you did. i would need
some xquery that is reproduceable here and leads to the same error
message.

best -henning

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2810280&group_id=56967

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to