Re: How to enter a search bar in the results screen

2019-08-23 Thread alee2
I understand, basically I make a form and send it to Solr return the results -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: How to enter a search bar in the results screen

2019-08-23 Thread Shawn Heisey
On 8/23/2019 1:08 PM, alee2 wrote: maybe this thank you later better Whatever that is, it's not part of Solr. You're going to need to talk to whoever wrote the software that drives that website or program. Thanks, Shawn

Re: How to enter a search bar in the results screen

2019-08-23 Thread alee2
maybe this thank you later better -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

How to enter a search bar in the results screen

2019-08-23 Thread alee2
I need to insert a search bar on the screen that generates the list of results, could anyone help? -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: How to enter a search bar in the results screen

2019-08-23 Thread Angie Rabelero
yuo need the html? you need an html form, and something that process the request, it can be on the front dide like javascipt, or on the back end with the languge your’re using. The form is going to use a solr client that is going to send a request to your solr instandce, On Aug 23, 2019, at 13

Re: How to enter a search bar in the results screen

2019-08-23 Thread Shawn Heisey
On 8/23/2019 12:59 PM, alee2 wrote: I need to insert a search bar on the screen that generates the list of results, could anyone help? Can you be more specific? If you're talking about Solr's admin UI, that is not designed to be exposed to end users. End users should never have direct access

Re: How to enter a search bar in the results screen

2019-08-23 Thread Erick Erickson
What screen? The admin UI? That’s not intended to be user-facing at all. Solr is an _engine_, not a user-facing app. All installations that I know of that have user-facing interfaces have their own search bar and send requests to Solr. > On Aug 23, 2019, at 2:59 PM, alee2 wrote: > > > I need t

How to enter a search bar in the results screen

2019-08-23 Thread alee2
I need to insert a search bar on the screen that generates the list of results, could anyone help? -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html