Re: Need help in velocity search UI

2015-06-02 Thread Jeetendra Gangele
trib/velocity/src/resources/velocity/facets.vm</a>> > and > <a rel="nofollow" href="http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/contrib/velocity/src/resources/_macros.vm">http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/contrib/velocity/src/resources/

Re: Need help in velocity search UI

2015-06-02 Thread Jeetendra Gangele
other 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' field in default velocity template. You can find it > in query.vm. > > R. > Michał > > 2015-06-02 13:28 GMT+02:00 Je

Re: Need help in velocity search UI

2015-06-02 Thread Jeetendra Gangele
what is bf field and where can I find? On 2 June 2015 at 15:42, Michał B. . wrote: > HI, > > Look how bf field is done. You could simply add hidden field with name 'fq' > and in JS append values to it. > > Regards, > Michal > > 2015-06-02 11:17 GMT+02:00

Re: Need help in velocity search UI

2015-06-02 Thread Jeetendra Gangele
le.log(topicsYes, topicsNo, semsYes, semsNo); } $(function() { $("#filterme").click(filter); $(".showhide").click(function() { $(this).next().slideToggle(); }); }); - On 2 June 2015 at 14:29, Michał B. . wrote: > Look at the VM_global_library.vm file. > &

Need help in velocity search UI

2015-06-02 Thread 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 ?

Support of solr in Spark

2015-04-28 Thread Jeetendra Gangele
Hi All I have around 20 million company name and I want to index them. Currently What I am doing I am tokenizing and for each token I am applying Metaphone 3 and then Stroring each token in Hbase. When I get new query(company to match) I will again tokenize and apply metaphone3 as I did when I s