Commit Graph

864 Commits

Author SHA1 Message Date
Ryan McKinley c93dd85a74 SOLR-234 TrimFilter can update the Token's startOffset and endOffset if updateOffsets="true". By default the Token offsets are unchanged.
This also refactors many of the Filter tests to share common code.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540995 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 17:18:05 +00:00
Otis Gospodnetic 66b04d6ccc - svn propset svn:keywords
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540849 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 05:57:03 +00:00
Erik Hatcher fbb281c584 YAMLify CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540721 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 19:46:35 +00:00
Erik Hatcher a74e62d8c3 adjust tests to work without libxml2
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540702 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 19:02:48 +00:00
Erik Hatcher 502b3248d6 Adjust HpricotMapperTest to not cause an error when the Hpricot library is not installed
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540696 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:52:55 +00:00
Erik Hatcher a69eeb2674 fix such that running tests works ok without a database, sheesh
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540693 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:40:28 +00:00
Erik Hatcher f2837a8ab0 sparklines is not used in flare, remove auto-generated test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540686 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:32:06 +00:00
Erik Hatcher 1e0e887878 Adjust test for Luke request handler response
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540685 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:30:23 +00:00
Erik Hatcher 6bd5301ed5 Allow suggest field to be configured with a suggest_field option to the flare method
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540684 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:29:25 +00:00
Erik Hatcher 4bddbd8363 add simile_helper to avoid warning in logs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540683 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:28:09 +00:00
Erik Hatcher add862af79 Adjust delicious library view for change in asin field name
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540682 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:26:53 +00:00
Erik Hatcher b681326861 Adjust delicious library view for change in asin field name
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540681 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:26:37 +00:00
Erik Hatcher b99ad78761 Exit with message if no filename is provided
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540680 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:25:45 +00:00
Erik Hatcher 766f825fe6 Improve the save constraints feature to only show the save box when save is clicked
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540563 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 12:38:46 +00:00
Yonik Seeley 756b88e8f8 add ngram factories: SOLR-199
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540219 13f79535-47bb-0310-9956-ffa450edef68
2007-05-21 18:17:40 +00:00
Yonik Seeley de2eebc594 update to lucene 2007-05-20
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@539944 13f79535-47bb-0310-9956-ffa450edef68
2007-05-20 21:21:49 +00:00
Yonik Seeley 1722c8a485 update to lucene 2007-05-20
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@539943 13f79535-47bb-0310-9956-ffa450edef68
2007-05-20 21:21:04 +00:00
Erik Hatcher ebaf102463 Convert delicious library importer to use the mapper/indexer framework.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@539801 13f79535-47bb-0310-9956-ffa450edef68
2007-05-19 20:50:19 +00:00
Erik Hatcher 20c42cc6f2 provide the Solr connection to clients of the indexer
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@539800 13f79535-47bb-0310-9956-ffa450edef68
2007-05-19 20:48:26 +00:00
Yonik Seeley ec60053d44 SOLR-221 compare minimum count currently needed to the term df and avoid unnecessary intersection count, allow minimum term df in order to use the filterCache, otherwise iterate over TermDocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@539551 13f79535-47bb-0310-9956-ffa450edef68
2007-05-18 18:37:52 +00:00
Yonik Seeley 849e40a560 SOLR-221 compare minimum count currently needed to the term df and avoid unnecessary intersection count, allow minimum term df in order to use the filterCache, otherwise iterate over TermDocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@539531 13f79535-47bb-0310-9956-ffa450edef68
2007-05-18 17:34:27 +00:00
Otis Gospodnetic d272f3e473 - Typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@539098 13f79535-47bb-0310-9956-ffa450edef68
2007-05-17 20:01:40 +00:00
Otis Gospodnetic 9f16bb262d - Typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@539097 13f79535-47bb-0310-9956-ffa450edef68
2007-05-17 20:00:47 +00:00
Erik Hatcher 2ddd39225a SOLR-241: Undefined system properties used in configuration files now cause a clear message to be logged rather than an obscure exception thrown.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@538800 13f79535-47bb-0310-9956-ffa450edef68
2007-05-17 03:40:17 +00:00
Erik Hatcher 0d968a3ff0 bump version number
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@538604 13f79535-47bb-0310-9956-ffa450edef68
2007-05-16 14:07:08 +00:00
Erik Hatcher 2e0bab1770 Adjust mappers with dependencies to conditionally load
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@538603 13f79535-47bb-0310-9956-ffa450edef68
2007-05-16 14:06:53 +00:00
Erik Hatcher 4514690cf5 Make data directory controllable with system property
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@538602 13f79535-47bb-0310-9956-ffa450edef68
2007-05-16 14:06:22 +00:00
Erik Hatcher 9f596e279c Fix issue where only facet.query was being requested but no fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@537760 13f79535-47bb-0310-9956-ffa450edef68
2007-05-14 09:36:05 +00:00
Ryan McKinley ca0dedf563 SOLR-231 -- use UTF-8 encoding unless something else is specified.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@537024 13f79535-47bb-0310-9956-ffa450edef68
2007-05-10 22:38:10 +00:00
Ryan McKinley f4986af881 SOLR-224: Adding a PhoneticFilterFactory that uses commons codec language encoders to build phonetically similar tokens.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@537014 13f79535-47bb-0310-9956-ffa450edef68
2007-05-10 22:10:05 +00:00
Ryan McKinley 4461557efe SOLR-233 -- adding UTF-8 encoding to xsl:output
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@537004 13f79535-47bb-0310-9956-ffa450edef68
2007-05-10 21:39:43 +00:00
Ryan McKinley e204b3d33e removed IndexInfoRequestHandler from test schema.xml -- needed to pass the tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536732 13f79535-47bb-0310-9956-ffa450edef68
2007-05-10 02:17:10 +00:00
Ryan McKinley 5e956f4fd3 SOLR-226 adding support for dynamic fields as copyField destination.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536730 13f79535-47bb-0310-9956-ffa450edef68
2007-05-10 01:52:32 +00:00
Erik Hatcher c7823d8601 Remove IndexInfoRequestHandler in favor of the Luke request handlers capabilities
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536729 13f79535-47bb-0310-9956-ffa450edef68
2007-05-10 01:48:41 +00:00
Erik Hatcher d7568ddbc6 bring compatibility to current trunk of Solr, using admin/luke instead of indexinfo. Also added HpricotMapper (SOLR-210: from Jamie Orchard-Hays), and correctly imported the ArrayMapper
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536728 13f79535-47bb-0310-9956-ffa450edef68
2007-05-10 01:28:49 +00:00
Ryan McKinley b47fc2cccc SOLR-227 adding changes.txt note
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536703 13f79535-47bb-0310-9956-ffa450edef68
2007-05-09 22:54:06 +00:00
Yonik Seeley 64f5f2acac add explicit UTF8 char encoding to example XML config files
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536696 13f79535-47bb-0310-9956-ffa450edef68
2007-05-09 22:40:27 +00:00
Ryan McKinley c9a8deb0d4 SOLR-227 -- rather then quietly overwrite an item in a Map<String,xxx>, this checks if an old value exists and adds a severe error if so.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536653 13f79535-47bb-0310-9956-ffa450edef68
2007-05-09 20:53:31 +00:00
Chris M. Hostetter 46428da0dc SOLR-115 - minor optimization, replace uses of BooleanQuery.getClauses() with BooleanQuery.clauses()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536282 13f79535-47bb-0310-9956-ffa450edef68
2007-05-08 18:15:48 +00:00
Chris M. Hostetter 23e5fb0e47 SOLR-217 - no error if fields are unindexed and unstored, instead let them be quietly ignored
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536278 13f79535-47bb-0310-9956-ffa450edef68
2007-05-08 18:03:32 +00:00
Ryan McKinley d6f65b926a SOLR-214 -- override getReader() explicitly. subclass called instance variables, not getContentType()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536048 13f79535-47bb-0310-9956-ffa450edef68
2007-05-08 04:23:07 +00:00
Ryan McKinley c3df2607b0 SOLR-214 - use the charset encoded in the contentType to decode the posted text. Even though they are supposed to, some containers do not obey this specification.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536019 13f79535-47bb-0310-9956-ffa450edef68
2007-05-07 23:35:55 +00:00
Ryan McKinley a461ab4cc5 SOLR-228 -- adding missing functions to SolrParams
getFieldFloat(String field, String param, float def)
 getFieldParam(String field, String param, String def)
 

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@535914 13f79535-47bb-0310-9956-ffa450edef68
2007-05-07 16:03:02 +00:00
Ryan McKinley 17444901b3 related to SOLR-203 and rev:535580. Some servlet containers (including resin) use an empty string as the getServletPath() if you are on the webapp root:
http://localhost:8983/solr

others (jetty) redirect to:
 http://localhost:8983/solr/

This makes sure it is a real path before trying to match a request handler.



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@535897 13f79535-47bb-0310-9956-ffa450edef68
2007-05-07 15:18:32 +00:00
Ryan McKinley 977ed48a61 adding copyright notice for easymock
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@535581 13f79535-47bb-0310-9956-ffa450edef68
2007-05-06 06:09:18 +00:00
Ryan McKinley 0b34c977f8 SOLR-203 -- but that normalizes '/' to '' and then matches the default handler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@535580 13f79535-47bb-0310-9956-ffa450edef68
2007-05-06 05:30:09 +00:00
Ryan McKinley d75a031c5e fixing a request parsing bug. When posting "application/x-www-form-urlencoded" and including a charset, application/x-www-form-urlencoded; charset=utf-8, the parser would treat the body as raw content.
This includes tests to repeat the error.

It also adds easymock.jar to lib, and excludes it from distribution.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@535548 13f79535-47bb-0310-9956-ffa450edef68
2007-05-05 17:14:22 +00:00
Ryan McKinley 3fb29c4bd9 Adding empty folders for SOLR-225. TortoiseSVN does not behave well when working in new folders. I could use 'patch' but i find it harder to maintain patches...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@535458 13f79535-47bb-0310-9956-ffa450edef68
2007-05-05 06:39:15 +00:00
Erik Hatcher 624e65ed16 add array mapper, for more data sources that come in pieces to be merged
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@535438 13f79535-47bb-0310-9956-ffa450edef68
2007-05-05 02:30:15 +00:00
Ryan McKinley 05bf767bcc javadoc typos
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@535431 13f79535-47bb-0310-9956-ffa450edef68
2007-05-05 01:04:08 +00:00