AW: Price Range Faceting Based on Date Constraints

2015-05-21 Thread Holger Rieß
Give geospatial search a chance. Use the 'SpatialRecursivePrefixTreeFieldType' field type, set 'geo' to false. The date is located on the X-axis, prices on the Y axis. For every price you get a horizontal line between start and end date. Index a rectangle with height 0.001(< 1 cent) and width 'en

Search for numbers

2015-05-21 Thread Holger Rieß
Hi, I try to search numbers with a certain deviation. My parser is ExtendedDisMax. A possible search expression could be 'twist drill 1.23 mm'. It will not match any documents, because the document contains the keywords 'twist drill', '1.2' and 'mm'. In order to reach my goal, I've indexed all

Elevation and nested queries

2014-02-03 Thread Holger Rieß
I have a simple query 'q=hurco' (parser type edismax). Elevation is properly configured, so I get the expected results: ... 7HURCO 0~* true A similar query with a nested query 'q=(hurco AND _query_:"{!field f=debtoritem v=0~*}")' returns the same document but without el

RE: SolrJ Howto get local params from QueryResponse

2013-06-17 Thread Holger Rieß
You're right, Jack. I use the local parameters not only to the exclusion of the filter, but also as a kind of marker. I'll try it with QueryResponse.getHeader(). Thank you. Holger Rieß > -Original Message- > From: Jack Krupansky [mailto:j...@basetechnology.com] > Se

SolrJ Howto get local params from QueryResponse

2013-06-17 Thread Holger Rieß
Hi, how can I get local params like '{!ex=dyn,cls} AAA001001_0_1.1.1_ss' from QueryResponse? I've tagged filter queries and facet fields with different tags (p.e.'dyn','cls'). I can see the tags in the QueryResponse XML facet.field section: {!ex=dyn}AAA001001_0_1.1.1_ss ...

Numeric fields and payload

2013-04-08 Thread Holger Rieß
Hi, is it possible to store (text) payload to numeric fields (class solr.TrieDoubleField)? My goal is to store measure units to numeric features - e.g. '1.5 cm' - and to use faceted search with these fields. But the field type doesn't allow analyzers to add the payload data. I want to avoid d