Re: Is there any special meaning for # symbol in solr.

2012-09-04 Thread Oliver Schihin
On Tue, Sep 4, 2012 at 1:16 PM, veena rani wrote: No, # is not a stop word. On Tue, Sep 4, 2012 at 12:59 PM, 李赟 wrote: Is "#" in your stop words list ? 2012-09-04 Li Yun Software En

Re: Re: Is there any special meaning for # symbol in solr.

2012-09-04 Thread Ahmet Arslan
> this is the field type i m using for > techskill, > > name="techskill"   type="text_general"  > indexed="true" > stored="true" /> > > positionIncrementGap="100"> >       >         class="solr.StandardTokenizerFactory"/> >         class="solr.StopFilterFactory" ignoreCase="true" > words="

Re: Re: Is there any special meaning for # symbol in solr.

2012-09-04 Thread veena rani
ote: > >> Is "#" in your stop words list ? >> >> >> 2012-09-04 >> >> >> >> Li Yun >> Software Engineer @ Netease >> Mail: liyun2...@corp.netease.com >> MSN: rockiee...@gmail.com >> >> >> >> >&g

Re: Re: Is there any special meaning for # symbol in solr.

2012-09-04 Thread veena rani
t; > 发件人: veena rani > 发送时间: 2012-09-04 12:57:26 > 收件人: solr-user; te > 抄送: > 主题: Re: Is there any special meaning for # symbol in solr. > > if i use this link , > http://localhost:8080/solr/select?&q=(techskill%3Ac%23) > , solr is going to display techskill:c result. >

Re: Re: Is there any special meaning for # symbol in solr.

2012-09-04 Thread 李赟
Is "#" in your stop words list ? 2012-09-04 Li Yun Software Engineer @ Netease Mail: liyun2...@corp.netease.com MSN: rockiee...@gmail.com 发件人: veena rani 发送时间: 2012-09-04 12:57:26 收件人: solr-user; te 抄送: 主题: Re: Is there any special meaning for # symbol in solr. if i use

Re: Is there any special meaning for # symbol in solr.

2012-09-03 Thread Ahmet Arslan
> if i use this link ,http://localhost:8080/solr/select?&q=(techskill%3Ac%23) > , solr is going to display techskill:c result. > But i want to display only techskill:c#  result. Can you paste field type definition (used for techskill)? By the way you don't need parenthesis, you q should be url en

Re: Is there any special meaning for # symbol in solr.

2012-09-03 Thread veena rani
if i use this link ,http://localhost:8080/solr/select?&q=(techskill%3Ac%23) , solr is going to display techskill:c result. But i want to display only techskill:c# result. On Mon, Sep 3, 2012 at 7:23 PM, Toke Eskildsen wrote: > On Mon, 2012-09-03 at 13:39 +0200, veena rani wrote: > > > I have a

Re: Is there any special meaning for # symbol in solr.

2012-09-03 Thread Toke Eskildsen
On Mon, 2012-09-03 at 13:39 +0200, veena rani wrote: > > I have an issue with the # symbol, in solr, > > I m trying to search for string ends up with # , Eg:c#, it is throwing > > error Like, org.apache.lucene.queryparser.classic.ParseException: Cannot > > parse '(techskill:c': Encountered "" a