-
Is it possible to sort a bbox filtered geospatial search in increasing distance from the point being searched?
---
$query = $client
->createSelect()
->setFields(array('id'));
$helper = $que…
-
I got this error in Solr 4.0-BETA.
If I replace "facet.field={!key%3Dcontacts}url}" for "facet.field=url" the problem is solved. Exists any incompatibility with this syntax in Solr 4.0?
```
INFO: [4…
-
I get the following error
Fatal error: Class 'Solarium_Client' not found in /opt/lampp/htdocs/TwitterPolidoxacp2/app/cache/dev/appDevDebugProjectContainer.php on line 2015
I have following default c…
-
Hi,
Solr is returning me this error:
``` xml
Error 400 Missing solr core name in path
HTTP ERROR 400
Problem accessing /solr/update. Reason:
Missing solr core name in pathPowered by Jetty:// …
-
Based on this forum question: http://www.solarium-project.org/forums/topic/geodist-field-return/#post-936
If you want to use the return value of geodist() as a field value (a Solr 4.0 feature) derefe…
-
It seems that Solarium causes a Solr exception when I build a query using a facet.range that has the 'other' field set.
Example:
```
$query = $solarium->createSelect();
$facet = $que…
-
./auto_patcher ~/Downloads/htc-one/roms/cm-10.2-20131001-NIGHTLY-m7vzw.zip openpdroid
The Auto-Patcher v3.1.78
### checking for updates
Updater: Auto-Patcher is already up to date
### verify tools
#…
pehiv updated
11 years ago
-
Well, I'm rather new to Python, so I'm at a loss to explain this behaviour:
```
@find solr
Beryllium: 5 matches: technosophos/SolrAPI: A chaining (fluent, builder) API for querying Apache Solr. | …
-
Things like adapters really should be using interfaces. Right now they just all extend a common base class. Then extending the base class would no longer be necessary.
igorw updated
12 years ago
-
Solarium_Result_Select_Facet_Range does not store the results gap, start and end values from the response.
Annoying as I have to re look at my query to see what gap, start and end I requested, so woul…