You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Jason Rutherglen (JIRA)" <ji...@apache.org> on 2009/08/19 22:57:14 UTC

[jira] Created: (SOLR-1373) Add filter query in solr/admin/form.jsp

Add filter query in solr/admin/form.jsp
---------------------------------------

                 Key: SOLR-1373
                 URL: https://issues.apache.org/jira/browse/SOLR-1373
             Project: Solr
          Issue Type: Improvement
          Components: web gui
    Affects Versions: 1.4
            Reporter: Jason Rutherglen
            Priority: Trivial
             Fix For: 1.5


The full interface needs a filter query text field.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1373) Add filter query in solr/admin/form.jsp

Posted by "Jason Rutherglen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745646#action_12745646 ] 

Jason Rutherglen commented on SOLR-1373:
----------------------------------------

Anything that's commonly used should be in Solr's equivalent of
advanced search. Users ask me what is a filter query, they don't
know exists, and end up writing clauses that should be filters
in the query section. Putting fq in the form.jsp will hopefully
help. 

I'm curious why we're not interested in making a more advanced
UI?

> Add filter query in solr/admin/form.jsp
> ---------------------------------------
>
>                 Key: SOLR-1373
>                 URL: https://issues.apache.org/jira/browse/SOLR-1373
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.3
>            Reporter: Jason Rutherglen
>            Assignee: Hoss Man
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1373.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The full interface needs a filter query text field.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1373) Add filter query in solr/admin/form.jsp

Posted by "Lance Norskog (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745684#action_12745684 ] 

Lance Norskog commented on SOLR-1373:
-------------------------------------

Maybe there should be two 'Full Interface' pages? 

The current Full Interface page has the "handing a bomb to a baby" problem for very large indexes. For example, some things like sorting or faceting can kill a large index. Maybe the super-full page would include a default of 5 seconds for the solr timeout?


> Add filter query in solr/admin/form.jsp
> ---------------------------------------
>
>                 Key: SOLR-1373
>                 URL: https://issues.apache.org/jira/browse/SOLR-1373
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.3
>            Reporter: Jason Rutherglen
>            Assignee: Hoss Man
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1373.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The full interface needs a filter query text field.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1373) Add filter query in solr/admin/form.jsp

Posted by "Jason Rutherglen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Rutherglen updated SOLR-1373:
-----------------------------------

    Attachment: SOLR-1373.patch

Patch

> Add filter query in solr/admin/form.jsp
> ---------------------------------------
>
>                 Key: SOLR-1373
>                 URL: https://issues.apache.org/jira/browse/SOLR-1373
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.3
>            Reporter: Jason Rutherglen
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1373.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The full interface needs a filter query text field.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1373) Add filter query in solr/admin/form.jsp

Posted by "Erik Hatcher (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745582#action_12745582 ] 

Erik Hatcher commented on SOLR-1373:
------------------------------------

Yeah, I kinda cringed with this one myself, but it's a basic one that seems reasonable to add... but then so could a defType selector, etc.  Now we're talking Solr Explorer and the realm of front-end frameworks like Flare, Solritas, and others popping up. 

> Add filter query in solr/admin/form.jsp
> ---------------------------------------
>
>                 Key: SOLR-1373
>                 URL: https://issues.apache.org/jira/browse/SOLR-1373
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.3
>            Reporter: Jason Rutherglen
>            Assignee: Hoss Man
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1373.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The full interface needs a filter query text field.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1373) Add filter query in solr/admin/form.jsp

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745675#action_12745675 ] 

Hoss Man commented on SOLR-1373:
--------------------------------

bq. Anything that's commonly used should be in Solr's equivalent of advanced search

Agreed ... but there is a risk that some "common" options aren't ubiqutious, so if we add them to the form people could get confused if a param doesn't work because the request handler they are using doesn't support it

in the case of fq, i think the pros outway the cons ... that's why i committed your patch.

bq. I'm curious why we're not interested in making a more advanced UI?

i don't remember anyone saying that ... i just don't think hardcoding a bunch of params into form.jsp is the way to go.  i'd love to see a good UI that could inspect the solr conifuration and display the appropriate options in a GUI -- ala the wiki page i mentioned (but aparently didn't link to) ...

http://wiki.apache.org/solr/MakeSolrMoreSelfService

> Add filter query in solr/admin/form.jsp
> ---------------------------------------
>
>                 Key: SOLR-1373
>                 URL: https://issues.apache.org/jira/browse/SOLR-1373
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.3
>            Reporter: Jason Rutherglen
>            Assignee: Hoss Man
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1373.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The full interface needs a filter query text field.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1373) Add filter query in solr/admin/form.jsp

Posted by "Jason Rutherglen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Rutherglen updated SOLR-1373:
-----------------------------------

        Fix Version/s:     (was: 1.5)
                       1.4
    Affects Version/s:     (was: 1.4)
                       1.3

> Add filter query in solr/admin/form.jsp
> ---------------------------------------
>
>                 Key: SOLR-1373
>                 URL: https://issues.apache.org/jira/browse/SOLR-1373
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.3
>            Reporter: Jason Rutherglen
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1373.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The full interface needs a filter query text field.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-1373) Add filter query in solr/admin/form.jsp

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man resolved SOLR-1373.
----------------------------

    Resolution: Fixed
      Assignee: Hoss Man

I'm generally opposed to a proliferation of params on the admin search form (unless we add a way for them to be configured ala MakeSolrMoreSelfService) but fq is at least as ubiquitous as highlighting at this point.

Committed revision 806303.


> Add filter query in solr/admin/form.jsp
> ---------------------------------------
>
>                 Key: SOLR-1373
>                 URL: https://issues.apache.org/jira/browse/SOLR-1373
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.3
>            Reporter: Jason Rutherglen
>            Assignee: Hoss Man
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1373.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The full interface needs a filter query text field.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.