Hi,

Brief:
I am new to Solr and E commerce web apps and Java.
i want to integrate solr in eCommerce web application (developed using Java
on Linux).

I have following queries.

1. how to setup SolrCloud on Tomcat. Searched on internet but could not get
clear steps yet. Also tried some steps but not succeeded yet.

2. what is the best way to update the index regularly in production
     curl or post.jar or solrj
     i mean what should be the architecture (scalable)

3. if i want to display rs , inches etc prefixes with my facets .. is there
any ready   made option or i need to format it on web page using javascript.
Price
Rs. 1 -1000
Rs.  1001-10000

stored data 1050 , 2050 , 3050 , 4050 etc..

Screen size
Inch 5
Inch 4.5

stored data 5 , 4.5 , 4 etc..


4. i have two types of products clothing and electronics... how many
collections i need to create.. with distributed support for all features
i.e facets etc.in a single query.

5. how to decide on facets.. as web page wont give details about the same.
decision needs to be done at web application server.
if i query red then which facet should be displayed in fact which facets
should be queried?
if i query samsung then which facet should be displayed in fact which
facets should be queried?
how to architect on this?


6. how to develop custom component and integrate it in solr.. any need for
this?
 use of this..

7.Use of Solr Collection Alias and impact of query formation..


8. What is the best practice to update the data in Solr..  I mean i have
data from mysql , csv files and hadoop analyzed data..
    I want to index the same in Solr. what should i use in production.
    1. Curl Command on command prompt
    2. Develop an application using SolrJ Client API ..
    3. bin/post command..

9. Hadoop integration benefits and limitation for large scale solrCloud
..needed or not?

10. Variable Gap facets are not supported yet. how to develop same?
facet.range.spec not working.

-- 
Thanks & Regards,
Jainam Vora

Reply via email to