I have jpeg files with latitude and longitudein separate fields. When I run the
post tool,it stores the lat/lon in separate fields.
For geospatial search, Solr wants themcombined into one field with the
format'latitude,longitude'.
How can I combine lat+lon into one field?
On Wed, Nov 16, 2016 at 11:35 AM, win harrington
wrote:
> https://cwiki.apache.org/confluence/display/solr/Velocity+Search+UI
> I'm using Solr 6.2, bin/solr -e techproducts
> This doesn't work for me."When using the sample_techproducts_configs config
> set, you can
I couldn't get Velocity Search to
work.https://cwiki.apache.org/confluence/display/solr/Velocity+Search+UI
I set all the files to permissions 777 andVelocity works now. :)
I'm just experimenting now. I'll look laterto see what the problem was.
https://cwiki.apache.org/confluence/display/solr/Velocity+Search+UI
I'm using Solr 6.2, bin/solr -e techproducts
This doesn't work for me."When using the sample_techproducts_configs config
set, you can access the Velocity sample Search UI"
http://localhost:8983/solr/techproducts/browse
I'm using the bin/post tool to insert text and PDF files into Solr.
I'd like to add the file last modified dateto the schema.
How do I put the file's date into file_data?
Thank you
quot;start":0, "docs"{{},{},{},{}}
On Thursday, November 3, 2016 1:02 PM, Binoy Dalal
wrote:
Append the fields you want to display to the query using the fl parameter.
Eg. q=something&fl=_text_
On Thu, Nov 3, 2016 at 10:28 PM win harrington
wrote:
> I used solr/po
I used solr/post to insert some *.txt files intoSolr 6. I can search for words
in Solr and itreturns the id with the file name.
How do I display the text?
managed-schema has
Thank you.