How to get infix match suggestions in solr

2016-09-05 Thread Pradeep Chandra
Hi,

Solr suggester is giving prefix suggestions in default. How to get infix
matched suggestions? I am using AnylyzingInfixSuggestFactory. I don't know
how to configure the Schema.xml & Solrconfig.xml. Can anyone help me.

Thanks and Regards
M Pradeep Chandra


Can we get Filed List(fl) along with suggestions in Solr?

2016-09-01 Thread Pradeep Chandra
Hi,

I am getting suggestions for solr using /suggest. I want some fields along
with the suggestions also. How can I get that? Any suggestions. Thanks in
advance

Thanks and Regards
M Pradeep Chandra


Regarding Solr UI authentication

2016-08-12 Thread Pradeep Chandra
Hi

I am running solr using the command *bin/solr start *in Ubuntu. Now I want
to give UI authentication to secure my Solr. Can you tell me how to make
Solr password protected. I am not using Zookeeper/SolrCloud.


Thanks and Regards,
M Pradeep Chandra


Re: Regarding google maps polyline to use IsWithin(POLYGON(())) in solr

2016-03-19 Thread Pradeep Chandra
Hi Sir,

I downloaded the file from
http://search.maven.org/#artifactdetails%7Ccom.vividsolutions%7Cjts-core%7C1.14.0%7Cjar
as you said in my previous post. Then I copied the .jar file into the
server/lib directory...That is the thing only I did. At the first time I
tried with small polygons. It gives the output...
Now I am trying with the polygon of having above 500 points...It is not
giving anything ...It is not showing any error also...Simply It is showing a
blank page when I entered that query URL. Kindly consider this and let me
know whether there is any other configuration I have to do. 

Thanks and regards
M Pradeep Chandra



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Regarding-google-maps-polyline-to-use-IsWithin-POLYGON-in-solr-tp4263975p4264311.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Regarding google maps polyline to use IsWithin(POLYGON(())) in solr

2016-03-15 Thread Pradeep Chandra
Hi Sir,

Let me give some clarification on IsWithin(POLYGON(())) query...It is not
giving any result for beyond 213 points of polygon...

Thanks
M Pradeep Chandra



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Regarding-google-maps-polyline-to-use-IsWithin-POLYGON-in-solr-tp4263975p4264046.html
Sent from the Solr - User mailing list archive at Nabble.com.


Regarding google maps polyline to use IsWithin(POLYGON(())) in solr

2016-03-15 Thread Pradeep Chandra
Hi Sir,

I want to draw a polyline along the route given by google maps (from one
place to another place).

I applied the logic of calculating parallel lines between the two markers
on the route on both sides of the route. Because of the non-linear nature
of the route. In some cases the polyline is overlapping.

Finally what I am willing to do is by drawing that polyline along the
route. I will give that polygon go Solr in order to get the results within
the polygon. But where the problem I am getting is because of the
overlapping nature of polyline, the Solr is not taking that shape.

Can u suggest me a logic to draw a polyline along the route / Let me know
is there any type to fetch the data with that type of polyline also in Sorl.

I construct a polygon with 300 points. But for that solr is not giving any
result..Where as it is giving for results for polygon having points of <
200...Can u tell me about the max no.of points to construct a polygon using
solr...Or it is restricted to that many points in solr.

I am sending some images of my final desired one & my applied one. Please
find those attachments.

Thanks and Regards
M Pradeep Chandra


Re: How to use geospatial search to find the locations within polygon

2016-03-06 Thread Pradeep Chandra
Thank u so much David & Jack for ur response.

I downloaded the JTS jar file and pasted in server/lib directory. Now it's
working and giving the results.

Once again Thank u both of u..




--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-use-geospatial-search-to-find-the-locations-within-polygon-tp4261588p4262052.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: How to use geospatial search to find the locations within polygon

2016-03-04 Thread Pradeep Chandra
.net.URLClassLoader$1.run(URLClassLoader.java:366)\n\tat
java.net.URLClassLoader$1.run(URLClassLoader.java:355)\n\tat
java.security.AccessController.doPrivileged(Native Method)\n\tat
java.net.URLClassLoader.findClass(URLClassLoader.java:354)\n\tat
java.lang.ClassLoader.loadClass(ClassLoader.java:425)\n\tat
java.lang.ClassLoader.loadClass(ClassLoader.java:358)\n\tat
org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:450)\n\tat
org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:403)\n\t...
51 more\n","code":500}}

Thanks 
M Pradeep Chandra



--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-use-geospatial-search-to-find-the-locations-within-polygon-tp4261588p4261824.html
Sent from the Solr - User mailing list archive at Nabble.com.