Re: Pretty Print segments_N

2015-06-12 Thread Michał B . .
Hi, Please look at the SegmentsInfoHandler and visualisation in AdminUi added in Solr 5. Maybe you could use some of informations already exposed by this Api or simply find a good place to put your changes. I'm pretty much responsible for this code so if you'll have some questions feel free to a

Re: Need help in velocity search UI

2015-06-02 Thread Michał B . .
t; My problem is ,facet_fields.vm is another file how can I get 'fq' access > this in another file? > > Can you help me in writing sequence of steps to make it work? > > > On 2 June 2015 at 17:01, Michał B. . wrote: > > > It's 'Boost by Price' fi

Re: Need help in velocity search UI

2015-06-02 Thread Michał B . .
It's 'Boost by Price' field in default velocity template. You can find it in query.vm. R. Michał 2015-06-02 13:28 GMT+02:00 Jeetendra Gangele : > what is bf field and where can I find? > > On 2 June 2015 at 15:42, Michał B. . wrote: > > > HI, > > > >

Re: Need help in velocity search UI

2015-06-02 Thread Michał B . .
;) semsYes.push(filter.attr("name")); > if(value === "0") semsNo.push(filter.attr("name")); > } > else { > console.log("something wrong"); > } > }); > console.log(topicsYes, topicsNo, semsYes, semsNo); > } > $(functi

Re: Need help in velocity search UI

2015-06-02 Thread Michał B . .
Look at the VM_global_library.vm file. Regards, Michal 2015-06-02 10:47 GMT+02:00 Jeetendra Gangele : > Hi All I was trying to modify the "facet_fields.vm" do anybody know where > is the location of the function "url_for_facet_filter "? > > Also where will be log stored ? > -- Michał Bieńkow

Re: Frequent deletions

2015-01-11 Thread Michał B . .
Not directly in your subject but you could look at this patch https://issues.apache.org/jira/browse/SOLR-6841 it implements visualization of solr(lucene) segments with exact information of how much deletions are present in each segment. Looking at this one you could - of course next time - react li

Re: Best way to implement Spotlight of certain results

2015-01-09 Thread Michał B . .
Maybe I understand you badly but I thing that you could use grouping to achieve such effect. If you could prepare two group queries one with exact match and other, let's say, default than you will be able to extract matches from grouping results. i.e (using default solr example collection) http://