PhraseQuery: NullPointerException

2002-02-07 Thread Jonathan Franzone
*This message was transferred with a trial version of CommuniGate(tm) Pro* I thought I saw a post that delt with this problem previously, but I couldn't find it in the archives. If it is a duplicate question I apologize. I'm building a PhraseQuery and getting a random NullPointerException. It do

MultiSearcher improvement available

2002-02-07 Thread Terence Parr
Folks, I have a trivial extension to MultiSearcher that allows you to use more than a single query. Currently, I can only find a way to apply a single query across multiple databases. I have heterogeneous databases that require different queries (well, slightly but enough) be applied for ea

Re: Re: Web demo example: Errors from Tomcat startup

2002-02-07 Thread acoliver
I'll take a look at the confusing instructions on demo3. I have no idea why the dtd isn't validating. Can anyone else answer this? You might want to pose the dtd problem to the tomcat-user mailing list. Due note that I make the assumption you're using 4.0.x or know how to adapt it. I'd guess

Re: Web demo example: Errors from Tomcat startup

2002-02-07 Thread Ian Lea
The UnknownHostException is probably because the parser trying to read WEB-INF/web.xml wants to lookup the dtd and is failing because it can't locate java.sun.com. Perhaps suprising given your email address! Perhaps you need to fix your local DNS setup so it can find java.sun.com or use a differe

wildcards in fieldname

2002-02-07 Thread Karl Oie
Hi, I am trying to create contextual search for SGML/XML documents and have an idea about a indexer and a query like this: - all elements(tags) are stored like /PATH/TO/ELEMENT=text - all attributes are stored like ATTR_NAME@/PATH/TO/ELEMENT=value Then I want to construct queries like: - */CHA

Re: Problem when updating a document in an index

2002-02-07 Thread Ian Lea
1.01? The latest release is 1.2-rc3. I suggest you try your code with the latest release and if it still doesn't work post to this list the shortest possible program that demonstrates the problem. -- Ian. [EMAIL PROTECTED] Sheldon Shi wrote: > > When I tried to update a single document in an