insert lat/lon from jpeg into solr

2016-11-30 Thread win harrington
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?

Re: does velocity search ui work ?

2016-11-16 Thread win harrington
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

velocity is working now

2016-11-16 Thread win harrington
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.

does velocity search ui work ?

2016-11-16 Thread win harrington
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  

how to add file date ?

2016-11-07 Thread win harrington
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

Re: display searched for text in Solr 6

2016-11-03 Thread win harrington
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

display searched for text in Solr 6

2016-11-03 Thread win harrington
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.