Re: Simple web interface for queries

2015-11-10 Thread Alexandre Rafalovitch
Solr is not actually designed to be directly exposed to the end-users. It is possible to delete the whole collection,etc. It is supposed to be treated as a database behind firewall, etc. Just thought I'll mention that in case you did not know it. Regards, Alex. Solr Analyzers, Tokenizers,

Simple web interface for queries

2015-11-10 Thread Nigel Robbins
Hi, Just wondering if there is a simplified web user interface for users to issue just queries. The http://localhost:8984/solr/#/core/query URL has too many options for my end-users. For example, can the web interface be configured for queries so that only the “query string” and output can

Re: Simple web interface for queries

2015-11-10 Thread davidphilip cherian
How about velocity search UI? You can access that using /browse https://cwiki.apache.org/confluence/display/solr/Velocity+Search+UI On Tue, Nov 10, 2015 at 10:14 AM, Nigel Robbins < nigel.robb...@wallstreetsystems.com> wrote: > Hi, > > > > Just wondering if there is a simplified web user inte

Re: SV: Re: Simple Web Interface

2007-03-20 Thread Erik Hatcher
On Mar 20, 2007, at 8:55 PM, Erik Hatcher wrote: Yes, basically. The plan will be to take what's currently in the Flare Rails application and distill the heart of it into a Rails plugin, so you wouldn't need to do much but provide a skeleton controller that would tap into Flare. Perhaps s

Re: SV: Re: Simple Web Interface

2007-03-20 Thread Erik Hatcher
On Mar 20, 2007, at 5:18 PM, Antonio Eggberg wrote: Erik Hatcher <[EMAIL PROTECTED]> skrev: Faceting only appears in Flare when there are "*_facet" fields in your index. Flare is going to undergo another spurt of evolution over the next couple of weeks as I tease it apart into a Rails plugin,

SV: Re: Simple Web Interface

2007-03-20 Thread Antonio Eggberg
Erik Hatcher <[EMAIL PROTECTED]> skrev: Faceting only appears in Flare when there are "*_facet" fields in your index. Flare is going to undergo another spurt of evolution over the next couple of weeks as I tease it apart into a Rails plugin, making it easy to incorporate into an existing

Re: Simple Web Interface

2007-03-20 Thread Erik Hatcher
On Mar 20, 2007, at 9:36 AM, thomas arni wrote: Thanks for you hint. I looked at the features of Flare. I'm wondering if there is only a user interface for Rails. It looks like Flare mostly focus on faceted browsing. Faceted browsing is not my first priority. I'm developing a full-text searc

Re: Simple Web Interface

2007-03-20 Thread thomas arni
their hands...hah. Otis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Simpy -- http://www.simpy.com/ - Tag - Search - Share - Original Message From: thomas arni <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Monday, March 19, 2007 9:47:51 AM Subject: Simple Web Interface Hello I would like to build a simple

Re: Simple Web Interface

2007-03-19 Thread Erik Hatcher
On Mar 19, 2007, at 11:05 AM, Otis Gospodnetic wrote: If you can run your app on Rails, look at Flare: http:// wiki.apache.org/solr/Flare Indeed. Flare is _designed_ to be a Solr UI in Rails. It currently is fairly rudimentary, though we now have solid faceted browsing, full-text search

Re: Simple Web Interface

2007-03-19 Thread Otis Gospodnetic
- Search - Share - Original Message From: thomas arni <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Monday, March 19, 2007 9:47:51 AM Subject: Simple Web Interface Hello I would like to build a simple web front end (e.g. google.com) for the users of solr. Which is th

Simple Web Interface

2007-03-19 Thread thomas arni
Hello I would like to build a simple web front end (e.g. google.com) for the users of solr. Which is the best way to archive this goal? Has someone already built a simple query interface (gui)? My query interface should have: - paging - summary of documents with the relevant search terms - hi