Is there any way of POSTing a new schema to Solr (eg. is there a handler for managing schema updates) instead of manually placing the new schema.xml in Solr home directory?
... |
I want to index some articles and show the paragraph number in the search result. So I guess the solr schema should looks like this:
article_id, paragraph_number, paragraph_content
Therefore, I need to parse ... |
I'm currently configuring my schema.xml file and trying to figure out what's the best way to set up my documents. I use a RMDBS and thus many objects are relational.
Take ... |
I'm trying to setup fields in Solr to do a complex search.
I want users to be able to find organizations based on their hours of operation and services offered during the ... |
Looking for an actual visual artifact of the schema for Lucene's inverted store.
|
This is an edit of my original post: I don't think I expressed my problem clearly.
We receive from our suppliers hardware manufacturing data in XML files. On a typical day, we ... |
I would like to know the best way to go about setting up a solr schema to search for something like "#10" within the data.
Thanks.
|
|
I'm implementing tag search using solr/lucene.
Currently I'm trying to tweak the solrconfig and schema for optimal performance.
Which settings would you tweak for tag search with this schema?
https://gist.github.com/974251#file_solr_schema.xml
I sort on ... |
I am new to Solr and I'm curious what the procedure is for changing/updating the schema?
I noticed that I can ADD new fields easily without causing any issues, but any time ... |
I use Solr 3.3. and I need to use suggest component to make an autocomplete.
I would like to conserve word with hyphen to make suggestion (for example : "Wi-fi")
For differents ... |
Is there any solr api to read the solr schema.xml? The reason I need it is that solr facet is not backward compatible. If the index doesn't define field A, but ... |
I have a web/desktop application which basically uses nothing else than XMPP for every kind of user interaction. As a next step, i am trying to integrate SOLR with my application ... |
I know this:
id
Yes,it works , But I can update the same pdf , so it's duplicated.
I want use ... |
can any help me how to change schema.xml in apache solr server
i deployed my solr in tomcat server.
i added a field in schema.xml but on running my java application
how can i ... |
There are some legacy (DNN) sites using SOLR 1.3 and I'd like to get them to SOLR 3.4. Are there any core configuration changes in the schema files that would ... |
just compiled some hopefully basic solr questions regarding schemas.
My situation: previously had a multi-cored instance of solr, each core containing a different document structure. Although information in documents in one ... |