SOLR-67 query interface

2007-01-16 Thread rlawson

I'm new to SOLR and would like to contribute. I think my skills would best
lend themselves to helping with a nice query interface. I'm a java web dev
by profession (couple of the sites/companies I have worked with are below)

www.ptplace.com
www.colinx.com
www.getlocalbiz.com
www.kemperinvestors.com (don't blame me, client wanted it that way)

Is someone else working on this already ? How can I help ?

Thanks,
Rick
-- 
View this message in context: 
http://www.nabble.com/SOLR-67-query-interface-tf3020838.html#a8389856
Sent from the Solr - Dev mailing list archive at Nabble.com.



Re: SOLR-67 query interface

2007-01-16 Thread Bertrand Delacretaz

On 1/16/07, rlawson [EMAIL PROTECTED] wrote:


...I'm new to SOLR and would like to contribute. I think my skills would best
lend themselves to helping with a nice query interface. I'm a java web dev
by profession...


If you mean graphic design of the admin webpages, there are two issues
about this currently:

http://issues.apache.org/jira/browse/SOLR-84
http://issues.apache.org/jira/browse/SOLR-76

Your opinions and contributions are of course welcome!


...www.kemperinvestors.com (don't blame me, client wanted it that way)...


ouch ;-)

-Bertrand


[jira] Created: (SOLR-67) query interface with faceted browsing, highligting

2006-11-07 Thread Yonik Seeley (JIRA)
query interface with faceted browsing, highligting
--

 Key: SOLR-67
 URL: http://issues.apache.org/jira/browse/SOLR-67
 Project: Solr
  Issue Type: Wish
  Components: web gui
Reporter: Yonik Seeley


It would be nice to a nice HTML page allowing the user to query and display
1) some faceting info such as hit counts with links that allowed the user to 
narrow their search results.
2) highlighted summaries
3) easy way to query the dismax handler as well as the standard request handler
Most likely this would be built into the admin pages (and have access to all 
the field info).

It would also seem useful to have an advanced query page... something like
http://www.nabble.com/forum/AdvSearch.jtp or 
http://www.google.com/advanced_search?hl=en
that would allow one to easily customize and drop into their site.  This might 
be best as contrib module run outside of Solr (a JSP, etc?)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (SOLR-67) query interface with faceted browsing, highligting

2006-11-07 Thread Hoss Man (JIRA)
[ 
http://issues.apache.org/jira/browse/SOLR-67?page=comments#action_12447907 ] 

Hoss Man commented on SOLR-67:
--

See also: http://wiki.apache.org/solr/MakeSolrMoreSelfService for an extensive 
listof thoughts on making the admin screens more driven by the 
schema/solrconfig.

 query interface with faceted browsing, highligting
 --

 Key: SOLR-67
 URL: http://issues.apache.org/jira/browse/SOLR-67
 Project: Solr
  Issue Type: Wish
  Components: web gui
Reporter: Yonik Seeley

 It would be nice to a nice HTML page allowing the user to query and display
 1) some faceting info such as hit counts with links that allowed the user to 
 narrow their search results.
 2) highlighted summaries
 3) easy way to query the dismax handler as well as the standard request 
 handler
 Most likely this would be built into the admin pages (and have access to all 
 the field info).
 It would also seem useful to have an advanced query page... something like
 http://www.nabble.com/forum/AdvSearch.jtp or 
 http://www.google.com/advanced_search?hl=en
 that would allow one to easily customize and drop into their site.  This 
 might be best as contrib module run outside of Solr (a JSP, etc?)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: [jira] Created: (SOLR-67) query interface with faceted browsing, highligting

2006-11-07 Thread Chris Hostetter

: It would be nice to a nice HTML page allowing the user to query and display
: 1) some faceting info such as hit counts with links that allowed the user to 
narrow their search results.
: 2) highlighted summaries
: 3) easy way to query the dismax handler as well as the standard request 
handler
: Most likely this would be built into the admin pages (and have access to all 
the field info).

as a shorter term solution to a progromaticly built page that was aware of
the schema and the registered handelrs, we could just enhance form.jsp
to include the various facet and dismax params as flat HTML, and to use
the XSLTResponseWriter to generate results with hyperlinks for
filtering/expanding the results.

we might even want to solicit volunteers from solr-users, as there seem to
be quite a few users who aren't familiar with java but would like to help
contribute to the project ... but i don't know if it's bad form to go
asking for volunteers on the user list.


-Hoss