Index a database table?

2013-08-23 Thread Kamaljeet Kaur
Hello there, I just got something to index mysql database talble: http://wiki.apache.org/solr/DIHQuickStart Pasted the following in config tag of solrconfig.xml file (solr-4.4.0/example/solr/collection1/conf/solrconfig.xml): requestHandler name=/dataimport

Re: Index a database table?

2013-08-23 Thread Kamaljeet Kaur
and a servlet-api-3.0.jar driver. Is it fine? Then which one is JDBC driver? -- Kamaljeet Kaur kamalkaur188.wordpress.com facebook.com/kaur.188 -- View this message in context: http://lucene.472066.n3.nabble.com/Index-a-database-table-tp4086334p4086437.html Sent from the Solr - User mailing list

Schema

2013-08-22 Thread Kamaljeet Kaur
Hello there, I have installed solr and its working fine on localhost. Have indexed the example files given along with solr-4.4.0. These are CSV or XML. Now I want to index mysql database for django project and search the queries from user end and also implement more features. What should I do?

Re: Schema

2013-08-22 Thread Kamaljeet Kaur
there? Don't they work on solr 4.4.0? -- Kamaljeet Kaur kamalkaur188.wordpress.com facebook.com/kaur.188 -- View this message in context: http://lucene.472066.n3.nabble.com/Schema-tp4086136p4086145.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Where is the webapps directory of servlet container?

2013-08-17 Thread Kamaljeet Kaur
On Fri, Aug 16, 2013 at 11:58 PM, Kamal Kaur kamal.kaur...@gmail.com wrote: What should I do? Can you help make me understand the work flow? -- Kamaljeet Kaur kamalkaur188.wordpress.com facebook.com/kaur.188 -- View this message in context: http://lucene.472066.n3.nabble.com/Where

Re: Where is the webapps directory of servlet container?

2013-08-17 Thread Kamaljeet Kaur
. But tried with Jetty. Is it necessary to add new user to use Jetty?? -- Kamaljeet Kaur kamalkaur188.wordpress.com facebook.com/kaur.188 -- View this message in context: http://lucene.472066.n3.nabble.com/Where-is-the-webapps-directory-of-servlet-container-tp4084968p4085260.html Sent from

Re: Where is the webapps directory of servlet container?

2013-08-17 Thread Kamaljeet Kaur
/display/solr/Installing+Solr But solr.war is already placed there. Is it fine? -- Kamaljeet Kaur kamalkaur188.wordpress.com facebook.com/kaur.188 -- View this message in context: http://lucene.472066.n3.nabble.com/Where-is-the-webapps-directory-of-servlet-container-tp4084968p4085277.html Sent

Re: Where is the webapps directory of servlet container?

2013-08-17 Thread Kamaljeet Kaur
/example/solr/ from the distribution to your desired Solr Home location. Now what is this desired Solr Home location? Why don't they write clearly? Or why I can't understand? -- Kamaljeet Kaur kamalkaur188.wordpress.com facebook.com/kaur.188 -- View this message in context: http://lucene

Re: Where is the webapps directory of servlet container?

2013-08-16 Thread Kamaljeet Kaur
the servlet container to use with Django 1.4 and solr version 4.4.0? And its version? -- Kamaljeet Kaur kamalkaur188.wordpress.com facebook.com/kaur.188 -- View this message in context: http://lucene.472066.n3.nabble.com/Where-is-the-webapps-directory-of-servlet-container-tp4084968p4085094

Re: Where is the webapps directory of servlet container?

2013-08-16 Thread Kamaljeet Kaur
On Fri, Aug 16, 2013 at 10:22 PM, Brendan Grainger [via Lucene] ml-node+s472066n4085100...@n3.nabble.com wrote: ou can then use the packaged Jetty servlet container while you get comfortable with working with solr. Can I ask why jetty? -- Kamaljeet Kaur kamalkaur188.wordpress.com

Re: Where is the webapps directory of servlet container?

2013-08-16 Thread Kamaljeet Kaur
. But actually I don't know where the problem is, sorry for saying this, but I don't understand how solr works :( How people manage to change the code to get into working. I am just unable to understand all this :( What should I do? -- Kamaljeet Kaur kamalkaur188.wordpress.com facebook.com/kaur.188

Re: Spelling suggestions.

2013-08-10 Thread Kamaljeet Kaur
Actually I don't have much knowledge about the files and configuring something with solr. Using apache-solr 3.5.0 and requesting the following URL I got the result as shown in the attachment: http://localhost:8983/solr/spell?q=delll

Configuring SpellCehckComponent

2013-08-10 Thread Kamaljeet Kaur
I am using apache-solr-3.5.0 Want to apply Spell check, partial search, phonetic search and autocomplete to my project database with solr. Started with first feature. They https://cwiki.apache.org/confluence/display/solr/Spell+Checking tell to do some changes in solrconfig.xml. i am not getting

Re: Solr doesn't make indexes for all the enteries

2013-08-09 Thread Kamaljeet Kaur
as: company = models.CharField(max_length=255,blank=True, null=True) How to solve this error? Here is the model: http://tny.cz/422c5fb7 -- Kamaljeet Kaur kamalkaur188.wordpress.com facebook.com/kaur.188 -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-doesn-t-make

Re: Solr doesn't make indexes for all the enteries

2013-08-09 Thread Kamaljeet Kaur
On Fri, Aug 9, 2013 at 1:22 PM, Kamal Kaur kamal.kaur...@gmail.com wrote: The model 'UserProfile: Ms. Srishti D/o Sh. Praveen Kumar, ' has an empty model_attr 'company' and doesn't allow a default or null value. Complete trace back is here : http://tny.cz/0215ea04 -- Kamaljeet Kaur

Spelling suggestions.

2013-08-09 Thread Kamaljeet Kaur
://wiki.apache.org/solr/SpellCheckComponent#head-78f5afcf43df544832809abc68dd36b98152670c But I am using the version 3.5.0, Its for the version 1.3 Should i follow this tutorial or they are available for solr version 3.5.0 ? Thanks Kamaljeet Kaur -- View this message in context: http://lucene

Solr doesn't make indexes for all the enteries

2013-08-07 Thread Kamaljeet Kaur
Hello, I am a newbie to solr. I have installed and configured it with my django project. I am using the following versions: django-haystack - 2.0.0 ApacheSolr - 3.5.0 Django - 1.4 mysql - 5.5.32-0 Here is the model, whose data I want to index: http://tny.cz/422c5fb7 Here is search_indexes.py: