How are you analyzing the PATH, at indexing and search time?  They
need to be the same.
You've got plenty of quotes, some escaped, and other delimiters in there.

It should probably be stored and searched untokenized, without the quotes.


--
Ian.


On Fri, Aug 1, 2008 at 3:14 PM, richa <[EMAIL PROTECTED]> wrote:
>
> Hi!!
>
> I'm abst new to Lucene.
> I'm trying to create a query using Lucene search to get the correct
> reference for a folder.
> The query is fine if it has to go to the parent folder. But if i try to
> reach to the child folder, it throws an error.
> For example
> Query query = new Query(Constants.QUERY_LANG_LUCENE,
> PATH:\"/app:company_home/app:user_homes\"");
>  This gets me the reference for the parent folder.
>
> However, i'm not able to reach to any user defined folder.  I tried various
> combinations
> like  PATH:\"/app:company_home/app:user_homes/app:userfolder\""
> or
>  PATH:\"/app:company_home/app:user_homes/cm:userfolder""
> or
>  PATH:\"/app:company_home/app:user_homes:/cm:userfolder""
>
> I'm sorry if i'm not able to make any sense.
>
> Any help is really appreciated.
>
> Thanks,
> Richa
> --
> View this message in context: 
> http://www.nabble.com/Lucene-search-Format-tp18775247p18775247.html
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to