Running structured queries using Lemur:
Run the following commands:
app/obj/PushIndexer param-build.pushindexer govcrawl-tags.docs
app/obj/ParseInQueryOp param-parsestructquery structured.qry
app/obj/StructQueryEval param-run.sqe
As usual, your results will be in lemur_colls/all-sofar.q.
Your structured.qry file should look something like this:
#q22=#and(Perseid meteor shower);
You will need these files in order to run the above commands:
param-build.pushindexer param-parsestructquery param-run.sqe
David Fisher pointed out that StructQueryEval requires an ifp index instead of a basic index - thanks!
--
ToniRath - 28 Oct 2003
to top