Re: Analysis browser not working in solr 4.8.1

2014-06-06 Thread Aman Tandon
Okay i opened the issue. With Regards Aman Tandon On Fri, Jun 6, 2014 at 9:43 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > Yes, please do open an issue. I'll fix it there. > > > On Fri, Jun 6, 2014 at 9:33 PM, Aman Tandon > wrote: > > > Okay thanks shalin, i am fine with explic

Re: Analysis browser not working in solr 4.8.1

2014-06-06 Thread Shalin Shekhar Mangar
Yes, please do open an issue. I'll fix it there. On Fri, Jun 6, 2014 at 9:33 PM, Aman Tandon wrote: > Okay thanks shalin, i am fine with explicit till 4.9 :) > > So i don't need to open the issue right? > > With Regards > Aman Tandon > > > On Fri, Jun 6, 2014 at 9:20 PM, Shalin Shekhar Mangar

Re: Analysis browser not working in solr 4.8.1

2014-06-06 Thread Aman Tandon
Okay thanks shalin, i am fine with explicit till 4.9 :) So i don't need to open the issue right? With Regards Aman Tandon On Fri, Jun 6, 2014 at 9:20 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > I think I created this problem in SOLR-6023. > > I went with the javadoc documenta

Re: Analysis browser not working in solr 4.8.1

2014-06-06 Thread Shalin Shekhar Mangar
I think I created this problem in SOLR-6023. I went with the javadoc documentation which says that analysis.value is a required parameter and added that check. It seems that the either analysis.value or analysis.q (or q) can be specified to make it work. I'll fix in 4.9 On Fri, Jun 6, 2014 at 8:

Re: Analysis browser not working in solr 4.8.1

2014-06-06 Thread Aman Tandon
It is not working with either custom filter/field as well as with normal text field, it only working fine if i pass the value/text in the both in the index time input as well as in query time input. Only query time analysis is impossible unless i wrote that extra parameter (analysis.fieldvalue=jut

Re: Analysis browser not working in solr 4.8.1

2014-06-06 Thread Stefan Matheis
I’m not sure that’s a bug in the UI .. in case the underlying service is barking with an exception we can’t do anything else than showing to you. are you sure the custom filter works as expected? like, verified with a unit-test or something along the lines? i can still work with the examples

Re: Analysis browser not working in solr 4.8.1

2014-06-06 Thread Aman Tandon
The url forming is *http://localhost:8984/solr/#/IM-Search/analysis?analysis.query=jute&analysis.fieldname=title&verbose_output=1 * Here is the screenshot: http://picpaste.com/HrW26A8d.pn