Re: Keyword search with space and wildcard

2003-09-03 Thread Brian Campbell
Unfortunately for me, I have done a good bit of yacc in the past. Don't really wanna have to look in the class unless is absolutely necessary! :-) Well, like Eric mentioned, if you can just ignore JavaCC syntax and look at embedded Java code, it's not all that complicated (especially you have

Re: Keyword search with space and wildcard

2003-09-02 Thread Brian Campbell
Great. Is there an example anywhere on how I might be able to build such a Query? QueryParser isn't really all that simple since it's built with JavaCC. What might be ideal for me is if I can continue to use the highlevel interface to build the main query (ie use it to parse my query string

Keyword search with space and wildcard

2003-08-28 Thread Brian Campbell
I've created and index that has a Keyword field in it. I'm trying to do a search on that field where my term has a space and the wildcard character in it. For example, I'll issue the following search: project_name:Hello w*. I have an entry in the project_name field of Hello world. I would