How to index data from multiple data source

2015-01-20 Thread Yusniel Hidalgo Delgado


Dear Solr community, 




I am diving into Solr recently and I need help in the following usage scenery. 
I am working on a project for extract and search bibliographic metadata from 
PDF files. Firstly, my PDF files are processed to extract bibliographic 
metadata such as title, authors, affiliations, keywords and abstract. These 
metadata are stored in a relational database and then are indexed in Solr via 
DIH, however, I need to index also the fulltext of PDF and maintain the same ID 
between metadata indexed and fulltext of PDF indexed in Solr index. How to do 
that? How to configure sorlconfig.xml and schema.xml to do it? 




Thanks in advance. 




Best regards 

Yusniel Hidalgo Delgado 
Semantic Web Research Group 
University of Informatics Sciences 
http://gws-uci.blogspot.com/ 
Havana, Cuba 




---
XII Aniversario de la creación de la Universidad de las Ciencias Informáticas. 
12 años de historia junto a Fidel. 12 de diciembre de 2014.


Re: Solr User Interface

2011-07-19 Thread Yusniel Hidalgo Delgado

Hi,

You can to send wt param to Solr such as follow:

wt=json or wt=phps

In the first case, Solr result are retorned in JSON format response and 
the second case, are returned in PHP serialized format.


Regards.

El 19/07/11 15:46, serenity keningston escribió:

Hi,

I installed Solr 3.2 and able to search results successfully from the
crawled data, however , I would like to develop UI for the http or json
response.  Can anyone guide me with the tutorial or sample ?
I referred few thing like Ajax Solr but am not sure how to do the things.


Serenity



Error 400 in Solr 1.4

2011-07-19 Thread Yusniel Hidalgo Delgado

Hi,

I have a problem when I try to send the qt param to Solr 1.4 with dismax 
value. I get the following error from Solr response:


HTTP ERROR: 400

undefined field price

RequestURI=/solr/select

Any idea?

Regards.


Re: Error 400 in Solr 1.4

2011-07-19 Thread Yusniel Hidalgo Delgado
Thanks Erik for your quick reply. You are right, In my solrconfig.xml 
file, I did have a wrong configuration option. Thanks again.


El 19/07/11 16:37, Erik Hatcher escribió:

Just a hunch, ;), but I'm guessing you don't have a price field defined.  qt is 
for selecting a request handler you have defined in your solrconfig.xml - you 
need to customize the parameters to your schema.

Erik

On Jul 19, 2011, at 04:32 , Yusniel Hidalgo Delgado wrote:


Hi,

I have a problem when I try to send the qt param to Solr 1.4 with dismax value. 
I get the following error from Solr response:

HTTP ERROR: 400

undefined field price

RequestURI=/solr/select

Any idea?

Regards.