Commit Graph

675 Commits

Author SHA1 Message Date
Erik Hatcher cd9862fceb Add support for dismax query
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@522527 13f79535-47bb-0310-9956-ffa450edef68
2007-03-26 14:33:08 +00:00
Erik Hatcher 6016746b57 The beginnings of a general purpose importer / data mapper in order to feed data into Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@522416 13f79535-47bb-0310-9956-ffa450edef68
2007-03-26 04:47:56 +00:00
Erik Hatcher 1da74f6678 dismax apparently does not even output a _highlighting_ section in the output unless there is a full-text query to highlight
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@522415 13f79535-47bb-0310-9956-ffa450edef68
2007-03-26 04:45:00 +00:00
Erik Hatcher f363315601 add TODO
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@522288 13f79535-47bb-0310-9956-ffa450edef68
2007-03-25 15:56:08 +00:00
Erik Hatcher a9500c3a58 Add support for q.alt to Dismax query
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@522287 13f79535-47bb-0310-9956-ffa450edef68
2007-03-25 15:55:04 +00:00
Yonik Seeley a3376478fd 400 errors for numeric parsing exceptions, RequiredSolrParams: SOLR-183
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@522106 13f79535-47bb-0310-9956-ffa450edef68
2007-03-24 21:10:19 +00:00
Erik Hatcher aaf20b2670 Move the page number out of session scope into the Context.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@521989 13f79535-47bb-0310-9956-ffa450edef68
2007-03-24 07:40:44 +00:00
Erik Hatcher 8221d93386 Fix install_solr_ruby so duplicate subdirectory is not created on subsequent runs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@521173 13f79535-47bb-0310-9956-ffa450edef68
2007-03-22 09:40:04 +00:00
Otis Gospodnetic dd7864ac11 - Moved from o.a.s.request to o.a.s.handler package
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@521129 13f79535-47bb-0310-9956-ffa450edef68
2007-03-22 06:09:00 +00:00
Erik Hatcher 80314c1564 add utility methods to deal with Solr ordered hash maps
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@521084 13f79535-47bb-0310-9956-ffa450edef68
2007-03-22 02:18:41 +00:00
Bertrand Delacretaz 21a4500699 SOLR-194: use fixed UTF-8 encoding to read the files to POST
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@520817 13f79535-47bb-0310-9956-ffa450edef68
2007-03-21 09:29:22 +00:00
Erik Hatcher b781ee8775 Take advantage of flare as a plugin, removing code that is now in the plugin
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@520719 13f79535-47bb-0310-9956-ffa450edef68
2007-03-21 02:27:05 +00:00
Erik Hatcher e10ac8f652 Start work on flare as a plugin
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@520716 13f79535-47bb-0310-9956-ffa450edef68
2007-03-21 02:24:58 +00:00
Erik Hatcher c537524e01 add empty_constraints? method
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@520713 13f79535-47bb-0310-9956-ffa450edef68
2007-03-21 02:23:53 +00:00
Otis Gospodnetic cbec0d38d4 - Removed erroneous SolrCore reference and svn propset svn:keywords "URL Revision Id"
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@520710 13f79535-47bb-0310-9956-ffa450edef68
2007-03-21 02:21:12 +00:00
Erik Hatcher 7921ba10d4 Add waitSearcher/waitFlush options to commit request.
Also bumped solr-ruby version to 0.0.2 for the future development.



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@520437 13f79535-47bb-0310-9956-ffa450edef68
2007-03-20 15:42:38 +00:00
Erik Hatcher 22305abbd1 Add _display field that is stored, but not indexed
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@520435 13f79535-47bb-0310-9956-ffa450edef68
2007-03-20 15:41:06 +00:00
Mike Klaas 55106b5b38 Reverted change r520088 to ConvertedLegacyTest.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@520202 13f79535-47bb-0310-9956-ffa450edef68
2007-03-20 01:18:09 +00:00
Mike Klaas cf7c86a95a commit SOLR-172
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@520088 13f79535-47bb-0310-9956-ffa450edef68
2007-03-19 20:25:19 +00:00
Otis Gospodnetic eec37f555b - Fixed termSourceField assignment
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@519173 13f79535-47bb-0310-9956-ffa450edef68
2007-03-16 22:55:54 +00:00
Otis Gospodnetic e8bcef03d9 - Added a default accuracy of 0.5 for the SpellCheckerRequestHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@519172 13f79535-47bb-0310-9956-ffa450edef68
2007-03-16 22:55:20 +00:00
Otis Gospodnetic be9caafee0 - Filename fix - thanks Mr. hawkeyed Hatcher
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@519143 13f79535-47bb-0310-9956-ffa450edef68
2007-03-16 21:00:25 +00:00
Otis Gospodnetic 025282f338 - SOLR-81: the correct SpellCheckerRequestHandler.java this time
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@519140 13f79535-47bb-0310-9956-ffa450edef68
2007-03-16 20:48:43 +00:00
Erik Hatcher 5f5bd3b620 humanize facet labels, more config work
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@519127 13f79535-47bb-0310-9956-ffa450edef68
2007-03-16 20:21:02 +00:00
Otis Gospodnetic f1c149f8fb - SOLR-81: SpellCheckerRequentHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@519107 13f79535-47bb-0310-9956-ffa450edef68
2007-03-16 19:28:47 +00:00
William Au a1b021eb60 SOLR 188
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@518637 13f79535-47bb-0310-9956-ffa450edef68
2007-03-15 14:22:24 +00:00
Erik Hatcher dc7a3984f1 SOLR-171: Add per-doc and per-field boosts. (contributed by Coda Hale)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@515436 13f79535-47bb-0310-9956-ffa450edef68
2007-03-07 03:06:00 +00:00
Erik Hatcher ccadb5498c introduced FlareContext, added saved search feature, and made things more configurable through SOLR_ENV
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@515272 13f79535-47bb-0310-9956-ffa450edef68
2007-03-06 19:47:55 +00:00
Mike Klaas 25227a299d enables multi-param for several dismax params (SOLR-174)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@514851 13f79535-47bb-0310-9956-ffa450edef68
2007-03-05 20:22:10 +00:00
Yonik Seeley cfb9f5f2f2 add Iterable and Iterator support to response writers: SOLR-177
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@514254 13f79535-47bb-0310-9956-ffa450edef68
2007-03-03 22:21:27 +00:00
Otis Gospodnetic f3bd9ebc57 - Cosmetics
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@513870 13f79535-47bb-0310-9956-ffa450edef68
2007-03-02 17:58:48 +00:00
Otis Gospodnetic e356ea4ce6 - Cosmetics
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@513869 13f79535-47bb-0310-9956-ffa450edef68
2007-03-02 17:55:40 +00:00
Yonik Seeley 6fdf11d7aa fix synonymfilter offsets: SOLR-167
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@513517 13f79535-47bb-0310-9956-ffa450edef68
2007-03-01 21:36:36 +00:00
Yonik Seeley 52d00cda6a fix display of multiple tokens at same position: SOLR-168
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@513152 13f79535-47bb-0310-9956-ffa450edef68
2007-03-01 05:46:34 +00:00
Yonik Seeley 50c59eb8b6 upgrade to commons-fileupload-1.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@513147 13f79535-47bb-0310-9956-ffa450edef68
2007-03-01 05:31:21 +00:00
Erik Hatcher c1a58825ce previous commit meant to send document_controller, not browse_controller.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@512207 13f79535-47bb-0310-9956-ffa450edef68
2007-02-27 10:21:00 +00:00
Erik Hatcher bb81d5f485 component rendering is much slower than partial rendering, and nothing custom was being done in DocumentController (yet) so switch to partial rendering for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@512206 13f79535-47bb-0310-9956-ffa450edef68
2007-02-27 10:19:24 +00:00
Chris M. Hostetter 919a3881d0 SOLR-173 - fix for 'too many open files' - close requests at end of SolrDispatchFilter, and only get Searcher in response writers if it's actually needed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@511970 13f79535-47bb-0310-9956-ffa450edef68
2007-02-26 19:42:21 +00:00
Erik Hatcher 69b9438a44 fix issue with empty suggest item - it was the count of all objects that do _not_ have a term (facet.missing) in the text field. ultimately the request made to Solr should not request for missing values on suggest lookups
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@511705 13f79535-47bb-0310-9956-ffa450edef68
2007-02-26 02:51:55 +00:00
Erik Hatcher e847eac1c0 Add primitive timeline configurability - ability to set field name used for start/stop dates
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@511698 13f79535-47bb-0310-9956-ffa450edef68
2007-02-26 02:21:41 +00:00
Erik Hatcher 3e0352059b leverage SOLR_CONFIG for determining the field name for data information
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@511696 13f79535-47bb-0310-9956-ffa450edef68
2007-02-26 02:20:18 +00:00
Erik Hatcher 6ce02c5898 Add custom delcious library view which includes Amazon images
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@511695 13f79535-47bb-0310-9956-ffa450edef68
2007-02-26 02:19:31 +00:00
Erik Hatcher c2f542416e Fix off-by-one error with paging, and wetly add going to the first page any time changes to constraints occur.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@511616 13f79535-47bb-0310-9956-ffa450edef68
2007-02-25 21:17:05 +00:00
Erik Hatcher adafb312c4 license/comment update
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@511604 13f79535-47bb-0310-9956-ffa450edef68
2007-02-25 20:52:58 +00:00
Erik Hatcher e136c15822 Add ChineseAnalyzer to the mix for *_zh_text fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@511600 13f79535-47bb-0310-9956-ffa450edef68
2007-02-25 20:38:29 +00:00
Erik Hatcher b6541aa0a7 * Added DocumentController to control search results detail rendering. SOLR_ENV selects one of the
Solr environment configuration mappings defined in environment.rb ('development' by default).  solr.yml
  eliminated (Ruby is a fine configuration language!).

* With the new DocumentController, a few custom results views have been added, one for UVa data (linking to VIRGO),
  Tang poetry example (blending multiple languages), and a default development one that shows all fields returned
  by Solr.

* Added paging to search results, finally.

* Configured in-place-editor of query to redirect, thereby refreshing the view with the changed criteria.

* Set Simile Exhibit/Timeline field mappings to MARC data example.



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@511599 13f79535-47bb-0310-9956-ffa450edef68
2007-02-25 20:37:06 +00:00
Erik Hatcher 55b6b3db9f Change pie color to match CSS look
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@511467 13f79535-47bb-0310-9956-ffa450edef68
2007-02-25 08:45:44 +00:00
Chris M. Hostetter 81fef0c161 reverting some of Erik's recent changes to the SolrQueryParser constructor and implementing the intent in a new IndexSchema.getSolrQueryParser method
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510689 13f79535-47bb-0310-9956-ffa450edef68
2007-02-22 22:18:02 +00:00
Erik Hatcher bebe033fb5 tweaks to suggest popup to avoid overlay issue, lowercased flare as that seems a good persona, and added commas on document display
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510678 13f79535-47bb-0310-9956-ffa450edef68
2007-02-22 22:05:16 +00:00
Erik Hatcher 8680e2a02a more of Beths beautification
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510665 13f79535-47bb-0310-9956-ffa450edef68
2007-02-22 21:53:03 +00:00