Sort date stored in text field?

2019-06-10 Thread Dave Beckstrom
Hi Everyone, Running SOLR 7.3.1 I have a field called metatag.date that is field-type: org.apache.solr.schema.TextFieldThe field is being populated by NUTCH, which grabs the date from the html: and stores it in the metatag.date field in SOLR. I'm trying to sort by date (metatag.date

Re: SOLR Text Field

2019-04-08 Thread Dave Beckstrom
purposes only. That would have been most helpful. Even a FAQ somewhere would have been helpful. Anyway, you're the best and thank you again Best, Dave Beckstrom -- *Fig Leaf Software, Inc.*  https://www.figleaf.com/ <https://www.figleaf.com/>   Full-Service Solutions Integrator

SOLR Text Field

2019-04-06 Thread Dave Beckstrom
Hi Everyone, I'm really hating SOLR. All I want is to define a text field that data can be indexed into and which is searchable. Should be super simple. But I run into issue after issue. I'm running SOLR 7.3 because it's compatible with the version of NUTCH I'm running. The docs say that

Error on text field

2019-03-26 Thread Dave Beckstrom
Hi Everyone, I'm using Nutch to crawl and index some content. It failed on a SOLR field defined as a text field when it was trying to insert the following value for the field: 33011-54192-EWHServer1234-3BA9D1CA-05B6-42BA-9D88-BAD970CAEEC6 The field was defined in the schema.xml as: The

Boolean Searches?

2019-03-14 Thread Dave Beckstrom
Hi Everyone, I'm building a SOLR search application and the customer wants the search to work like google search. They want the user to be able to enter boolean searches like: train OR dragon. which would find any matches that has the word "train" or the word "dragon" in the title. I know