Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-11 Thread david.w.smi...@gmail.com
wrote: > > Thank you. That was the issue. > Is am running solr with Jetty. Is there are recommended way for including > those jars in the jetty configuration? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Error-when-making-GeoPr

Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-11 Thread mathaix
Thank you. That was the issue. Is am running solr with Jetty. Is there are recommended way for including those jars in the jetty configuration? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Error-when-making-GeoPrefixTree-polygon-filter-search-tp4173629p4173807.html

Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-10 Thread Guido Medina
/spatial4j/blob/master/src/main/java/com/spatial4j/core/io/WktShapeParser.java -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Error-when-making-GeoPrefixTree-polygon-filter-search-tp4173629p4173650.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-10 Thread david.w.smi...@gmail.com
w this message in context: > http://lucene.472066.n3.nabble.com/Solr-Error-when-making-GeoPrefixTree-polygon-filter-search-tp4173629p4173650.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-10 Thread mathaix
in context: http://lucene.472066.n3.nabble.com/Solr-Error-when-making-GeoPrefixTree-polygon-filter-search-tp4173629p4173650.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr Error when making GeoPrefixTree polygon filter search

2014-12-10 Thread mathaix
xt.readShapeFromWkt(SpatialContext.java:294) at org.apache.solr.schema.AbstractSpatialFieldType.parseShape(AbstractSpatialFieldType.java:170) ... 46 more Any help on this would be appreciated. thanks, Mathew -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Error-when-making-GeoPr

Re: Filter search items based on creator permission settings

2013-08-09 Thread Chris Hostetter
: In-Reply-To: : : References: : : Subject: Filter search items based on creator permission settings https://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please do not reply to an existing message, instead

Filter search items based on creator permission settings

2013-08-09 Thread Mugoma Joseph O.
Hello, I have an application where document creators determine what access permission (s) to give. The permissions are of the form: 1. EVERYONE => 1 2. MY_FRIENDS => 2 3. ME_ONLY => 3 Example: 1. User 1 creates doc1 and sets permission to EVERYONE 2. User 2 created doc2 and sets permission to

Re: Filter Search!

2007-07-23 Thread Mike Klaas
On 23-Jul-07, at 7:46 AM, John Ni wrote: Hi all, The root of this posting regarding "Filter Search" might sound specific to the embedded solr mode but if anyone has experience handle the similar situation with different implementations, multiple subtype filter search( I mi

Re: Filter Search!

2007-07-23 Thread John Ni
Hi all, The root of this posting regarding "Filter Search" might sound specific to the embedded solr mode but if anyone has experience handle the similar situation with different implementations, multiple subtype filter search( I might not be using the right words to describe it

Re: Filter Search!

2007-07-22 Thread Mike Klaas
On 21-Jul-07, at 11:19 PM, John Ni wrote: Hi all, I have a question regarding filter Search with the subset: Let say, I have the following form Search article [xyz] Subject: {x] Math [X]English [ ] Science Grade: [ ] freshman [x] junior [x]senior so the query syntax would be q

Filter Search!

2007-07-21 Thread John Ni
Hi all, I have a question regarding filter Search with the subset: Let say, I have the following form Search article [xyz] Subject: {x] Math [X]English [ ] Science Grade: [ ] freshman [x] junior [x]senior so the query syntax would be q=xyz&fq=Subject:Math+Englis