Solr Web UI

2020-09-29 Thread uyilmaz


Hello all,

Our Solr web ui (/solr/#/) doesn't show query results if it takes longer than, 
say 3-4 seconds. When I look at the browser console, I see the request is 
getting cancelled. I went through the javascript code but didn't see a part 
that cancels the request after a couple of seconds. Do you see this behavior 
too? Is it intentional?

I usually use Postman for querying so this is not a problem most of the time, 
but I just wanted to see streaming expression explanation diagrams.

Have a nice day~~

-- 
uyilmaz 


Re: solr web ui

2009-11-02 Thread Lance Norskog
This is what I meant to mention - Uri's GWT browser, not the Velocity toolkit.

On Fri, Oct 30, 2009 at 1:20 PM, Grant Ingersoll  wrote:
> There is also a GWT contribution in JIRA that is pretty handy and will
> likely be added in 1.5.  See http://issues.apache.org/jira/browse/SOLR-1163
>
> -Grant
> On Oct 29, 2009, at 9:17 PM, scabbage wrote:
>
>>
>> Hi,
>>
>> I'm a new solr user. I would like to know if there are any easy to setup
>> web
>> UIs for solr. It can be as simple as a search box, term highlighting and
>> basic faceting. Basically I'm using solr to store all our automation
>> testing
>> logs and would like to have a simple searchable UI. I don't wanna spent
>> too
>> much time writing my own.
>>
>> Thanks.
>> --
>> View this message in context:
>> http://www.nabble.com/solr-web-ui-tp26123604p26123604.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>>
>
>
>



-- 
Lance Norskog
goks...@gmail.com


Re: solr web ui

2009-10-31 Thread Uri Boness
If you wish to save yourself from the hassle of applying the patch, you 
can also download it from http://www.jteam.nl/news/solrexplorer


Uri

Grant Ingersoll wrote:
There is also a GWT contribution in JIRA that is pretty handy and will 
likely be added in 1.5.  See 
http://issues.apache.org/jira/browse/SOLR-1163


-Grant
On Oct 29, 2009, at 9:17 PM, scabbage wrote:



Hi,

I'm a new solr user. I would like to know if there are any easy to 
setup web

UIs for solr. It can be as simple as a search box, term highlighting and
basic faceting. Basically I'm using solr to store all our automation 
testing
logs and would like to have a simple searchable UI. I don't wanna 
spent too

much time writing my own.

Thanks.
--
View this message in context: 
http://www.nabble.com/solr-web-ui-tp26123604p26123604.html

Sent from the Solr - User mailing list archive at Nabble.com.







Re: solr web ui

2009-10-30 Thread Grant Ingersoll
There is also a GWT contribution in JIRA that is pretty handy and will  
likely be added in 1.5.  See http://issues.apache.org/jira/browse/SOLR-1163


-Grant
On Oct 29, 2009, at 9:17 PM, scabbage wrote:



Hi,

I'm a new solr user. I would like to know if there are any easy to  
setup web
UIs for solr. It can be as simple as a search box, term highlighting  
and
basic faceting. Basically I'm using solr to store all our automation  
testing
logs and would like to have a simple searchable UI. I don't wanna  
spent too

much time writing my own.

Thanks.
--
View this message in context: 
http://www.nabble.com/solr-web-ui-tp26123604p26123604.html
Sent from the Solr - User mailing list archive at Nabble.com.






Re: solr web ui

2009-10-30 Thread Lance Norskog
This is a cool out-of-the-box index browser. I'm not sure it is meant
to be customizeable.

On Fri, Oct 30, 2009 at 10:24 AM, scabbage  wrote:
>
> Jay,
>
> This looks awesome. I just tried it and it's what I need.
>
> Thanks.
>
> David
>
>
> Jay Hill wrote:
>>
>> Have a look at the VelocityResponseWriter (
>> http://wiki.apache.org/solr/VelocityResponseWriter). It's in the contrib
>> area, but the wiki has instructions on how to move it into your core Solr.
>> Solr uses response writers to return results. The default is XML but
>> responses can be returned in JSON, Ruby and other formats. The
>> VelocityResponseWriter enables responses returned using Velocity
>> templates.
>> It sounds like exactly what you need.
>>
>> -Jay
>> http://www.lucidimagination.com
>>
>>
>> On Thu, Oct 29, 2009 at 6:17 PM, scabbage  wrote:
>>
>>>
>>> Hi,
>>>
>>> I'm a new solr user. I would like to know if there are any easy to setup
>>> web
>>> UIs for solr. It can be as simple as a search box, term highlighting and
>>> basic faceting. Basically I'm using solr to store all our automation
>>> testing
>>> logs and would like to have a simple searchable UI. I don't wanna spent
>>> too
>>> much time writing my own.
>>>
>>> Thanks.
>>> --
>>> View this message in context:
>>> http://www.nabble.com/solr-web-ui-tp26123604p26123604.html
>>> Sent from the Solr - User mailing list archive at Nabble.com.
>>>
>>>
>>
>>
>
> --
> View this message in context: 
> http://old.nabble.com/solr-web-ui-tp26123604p26133935.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>



-- 
Lance Norskog
goks...@gmail.com


Re: solr web ui

2009-10-30 Thread scabbage

Jay,

This looks awesome. I just tried it and it's what I need.

Thanks.

David


Jay Hill wrote:
> 
> Have a look at the VelocityResponseWriter (
> http://wiki.apache.org/solr/VelocityResponseWriter). It's in the contrib
> area, but the wiki has instructions on how to move it into your core Solr.
> Solr uses response writers to return results. The default is XML but
> responses can be returned in JSON, Ruby and other formats. The
> VelocityResponseWriter enables responses returned using Velocity
> templates.
> It sounds like exactly what you need.
> 
> -Jay
> http://www.lucidimagination.com
> 
> 
> On Thu, Oct 29, 2009 at 6:17 PM, scabbage  wrote:
> 
>>
>> Hi,
>>
>> I'm a new solr user. I would like to know if there are any easy to setup
>> web
>> UIs for solr. It can be as simple as a search box, term highlighting and
>> basic faceting. Basically I'm using solr to store all our automation
>> testing
>> logs and would like to have a simple searchable UI. I don't wanna spent
>> too
>> much time writing my own.
>>
>> Thanks.
>> --
>> View this message in context:
>> http://www.nabble.com/solr-web-ui-tp26123604p26123604.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: 
http://old.nabble.com/solr-web-ui-tp26123604p26133935.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: solr web ui

2009-10-30 Thread scabbage

Chantal,

Yes, I have been using the admin ui, but only for development. I need a ui
that displays the query result XML in HTML. Thanks for the suggestion
though.

David



Chantal Ackermann wrote:
> 
> Hi!
> 
> Just to make sure - you did see the search form in the SOLR admin ui?
> 
> Chantal
> 
> scabbage schrieb:
>> Hi,
>> 
>> I'm a new solr user. I would like to know if there are any easy to setup
>> web
>> UIs for solr. It can be as simple as a search box, term highlighting and
>> basic faceting. Basically I'm using solr to store all our automation
>> testing
>> logs and would like to have a simple searchable UI. I don't wanna spent
>> too
>> much time writing my own.
>> 
>> Thanks.
>> --
>> View this message in context:
>> http://www.nabble.com/solr-web-ui-tp26123604p26123604.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/solr-web-ui-tp26123604p26133745.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: solr web ui

2009-10-30 Thread Jay Hill
Have a look at the VelocityResponseWriter (
http://wiki.apache.org/solr/VelocityResponseWriter). It's in the contrib
area, but the wiki has instructions on how to move it into your core Solr.
Solr uses response writers to return results. The default is XML but
responses can be returned in JSON, Ruby and other formats. The
VelocityResponseWriter enables responses returned using Velocity templates.
It sounds like exactly what you need.

-Jay
http://www.lucidimagination.com


On Thu, Oct 29, 2009 at 6:17 PM, scabbage  wrote:

>
> Hi,
>
> I'm a new solr user. I would like to know if there are any easy to setup
> web
> UIs for solr. It can be as simple as a search box, term highlighting and
> basic faceting. Basically I'm using solr to store all our automation
> testing
> logs and would like to have a simple searchable UI. I don't wanna spent too
> much time writing my own.
>
> Thanks.
> --
> View this message in context:
> http://www.nabble.com/solr-web-ui-tp26123604p26123604.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>


Re: solr web ui

2009-10-30 Thread Chantal Ackermann

Hi!

Just to make sure - you did see the search form in the SOLR admin ui?

Chantal

scabbage schrieb:

Hi,

I'm a new solr user. I would like to know if there are any easy to setup web
UIs for solr. It can be as simple as a search box, term highlighting and
basic faceting. Basically I'm using solr to store all our automation testing
logs and would like to have a simple searchable UI. I don't wanna spent too
much time writing my own.

Thanks.
--
View this message in context: 
http://www.nabble.com/solr-web-ui-tp26123604p26123604.html
Sent from the Solr - User mailing list archive at Nabble.com.



solr web ui

2009-10-29 Thread scabbage

Hi,

I'm a new solr user. I would like to know if there are any easy to setup web
UIs for solr. It can be as simple as a search box, term highlighting and
basic faceting. Basically I'm using solr to store all our automation testing
logs and would like to have a simple searchable UI. I don't wanna spent too
much time writing my own.

Thanks.
-- 
View this message in context: 
http://www.nabble.com/solr-web-ui-tp26123604p26123604.html
Sent from the Solr - User mailing list archive at Nabble.com.