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";;
Sol
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:
Fat
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 'Solarium\E
earch term highlighting
4) Graphical view of the search results (month wise popularity index of a
hotel or alike)
5) Grouping similar search results.
Regards,
On Fri, Nov 4, 2016 at 8:53 PM, Erik Hatcher wrote:
> What kind of graphical format?
>
> > On Nov 4, 2016, at 14:01, &quo
of graphical format?
>
> > On Nov 4, 2016, at 14:01, "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 t
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 f
; 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 Tue, Oct 25, 2016 at 4:18 PM, te
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,