Hi,

There was a response to your question (by Timothy Allison) but maybe
you didn't see it?  Are you subscribed to the mailing list
(java-user@lucene.apache.org)?

Mike McCandless

http://blog.mikemccandless.com


On Mon, Mar 24, 2014 at 2:21 AM, kalaik <kalaiselva...@zohocorp.com> wrote:
> Dear Team,
>
>                 Any Update ?
>
>
>
>
>
>
>
>
> ---- On Fri, 21 Mar 2014 14:40:51 +0530 kalaik 
> &lt;kalaiselva...@zohocorp.com&gt; wrote ----
>
>
>
>
> Dear Team,
>
>                 we are using lucene in our product , it well searching for 
> high speed and performance but
>
>
>                 Japaneese, chinese and korean language not searching properly 
> we had use QueryParser
>
>
>                 QueryParser is splitted into word like "轻歌曼舞庆元旦"
>
>
>                  Example
>
>                             This word "轻歌曼舞庆元旦"
>
>                            splited word :  data:轻歌 data:歌曼 data:曼舞 data:舞庆 
> data:庆元 data:元旦
>
> here is my code
>
>                             Query query =  parser.parse(searchData);
>
>                              logger.log(Level.INFO,"Search Query is calling 
> {0}",query);
>
>                              TopDocs docs = is.search(query, resultRowSize);
>
>
> In case of any clarification please get back to me. please help as soon as 
> possible
>
>
> Regards,
> kalai..
>
>
>
>
>
>
>
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to