Exception while creating a HttpSolrClinet

2016-12-15 Thread tesm...@gmail.com
Hi, I am getting the following exception while creating a Solr client. Any help is appreciated =This is code snipper to create a SolrClient=== public void populate (String args) throws IOException, SolrServerException { String urlString = "http://localhost:8983/solr;;

Solr+Solarium deployment on Azure - Best practices

2016-11-29 Thread tesm...@gmail.com
Hi, I am deploying a search engine on Azure. The following is my configuration: Solr server is running on Ubuntu VM (hosted on Azure) PHP web app is hosted on Azure using the same VM hosting Solr server. Is there any best practices/approach guidelines? I am getting the following exception:

HTTP Request timeout exception with Solr+Solarium on Azure

2016-11-29 Thread tesm...@gmail.com
Hi, I am deploying Solr+PHPSolarium on Azure Solr server is running in a Ubuntu VM on Azure. Php pages PHPSolarium are hosted as webapp using the same VM as for Solr server. After deployment, I am getting the following HTTP request timeout error: Fatal error: Uncaught exception

Re: Custom .... - Web toolkit for developing Solr Client application

2016-11-07 Thread tesm...@gmail.com
6, at 14:01, "tesm...@gmail.com" <tesm...@gmail.com> wrote: > > > > Hi, > > > > My search query comprises of more than one fields like search string, > date > > field and a one optional field). > > > > I need to represent these on the we

Re: Custom user web interface for Solr

2016-11-07 Thread tesm...@gmail.com
wrote: > What kind of graphical format? > > > On Nov 4, 2016, at 14:01, "tesm...@gmail.com" <tesm...@gmail.com> wrote: > > > > Hi, > > > > My search query comprises of more than one fields like search string, > date > > field and

Custom user web interface for Solr

2016-11-04 Thread tesm...@gmail.com
Hi, My search query comprises of more than one fields like search string, date field and a one optional field). I need to represent these on the web interface to the users. Secondly, I need to represent the search data in graphical format. Is there some Solr web client that provides the above

Re: Combine Data from PDF + XML

2016-10-26 Thread tesm...@gmail.com
to define the problem > > what do you mean by "combine"? Do the XML files > contain, say, metadata about an associated PDF file? > > Or are these entirely orthogonal documents that > you need to index into the same collection? > > Best, > Erick > > On T

Combine Data from PDF + XML

2016-10-25 Thread tesm...@gmail.com
Hi, I ma new to Apache Solr. Developing a search project. The source data is coming from two sources: 1) XML Files 2) PDF Files I need to combine these two sources for search. Couldn't find example of combining these two sources. Any help is appreciated. Regards,