Hello,
We havet o solr instances running on linux/tomcat7
Both have been working fine, now only 1 works. The other seems to have crashed
or something.
SolrCore Initialization Failures
* collection1:
org.apache.solr.common.SolrException:org.apache.solr.common.SolrException:
Error initial
Hi
How can in solr serach for all documents that containing parts of the word
e-mail in it?
This seems to work localhost:8080/document/select?q="e\-mail"
But I don't want to have an exact match but instead do
localhost:8080/document/select?q=*e\-mail*
But that doesn't work
How should I search fo
connect to a specific user?
Thanks
/Niklas
-Ursprungligt meddelande-
Från: Gora Mohanty [mailto:g...@mimirtech.com]
Skickat: den 11 januari 2013 15:55
Till: solr-user@lucene.apache.org
Ämne: Re: configuring schema to match database
On 11 January 2013 19:57, Niklas Langvig wrote:
> Ahh
are running your solr in Linux, then you can work with
symlinks.
D.
On Fri, Jan 11, 2013 at 3:12 PM, Niklas Langvig < niklas.lang...@globesoft.com>
wrote:
> Hi Dariusz,
> To me this example has one table "user" and I have many tables that
> connects to one user an
Till: solr-user@lucene.apache.org
Ämne: Re: configuring schema to match database
Hi Niklas,
Maybe this link helps:
http://www.coderthing.com/solr-with-multicore-and-database-hook-part-1/
D.
On Fri, Jan 11, 2013 at 2:19 PM, Niklas Langvig < niklas.lang...@globesoft.com>
wrote:
> Hi!
>
Hmm noticed I wrote I have 3 columns: users, courses and languages
I ofcourse mean I have 3 tables: users, courses and languages
/Niklas
-Ursprungligt meddelande-
Från: Niklas Langvig [mailto:niklas.lang...@globesoft.com]
Skickat: den 11 januari 2013 14:19
Till: solr-user
to have to
query the database for users courses and languages and update everything but
just update a course document
But perhaps I'm thinking to much in database terms?
But still I'm unsure how the schema should look like
Thanks
/Niklas
-Ursprungligt meddelande-----
Från: Nikl
Hi!
I'm quite new to solr and trying to understand how to create a schema from how
our postgres database and then search for the content in solr instead of
querying the db.
My question should be really easy, it has most likely been asked many times but
still I'm not able to google any answer to