anupsawant
e866fcc7e5
Thu 5:10 commit after resolving some conflicts due to merge from trunk.
2011-05-19 21:10:26 +00:00
deepakkoni
17d7132222
Removing objectproperties from IndividualToSolrDocument and uncommenting contextURI in ContextNodesInclusionFactory
2011-05-19 19:08:51 +00:00
deepakkoni
5f8f5fa8f5
Fixing the code in ContextNodesInclusionFactory. getQueryFromModel() is commented out because there is nothing specified in search.n3 to be read into the model during the startup.
...
Eventually, all the contextnode queries willl be extracted out into search.n3
2011-05-19 16:44:23 +00:00
stellamit
4d1443a40d
NIHVIVO-2637 (Include all statements about an individual in linked data (including owl:sameAs))
2011-05-19 16:39:13 +00:00
deepakkoni
f7eb16b7c8
Removing LuceneDocument, that was intended to be used as a test utility to inspect Lucene Documents. and removing references to LuceneDocument from Entity2LuceneDoc
2011-05-19 14:49:51 +00:00
ryounes
b67ad14b2b
NIHVIVO-2460 Initial setup for migrating IndividualListController to Solr
2011-05-18 22:47:13 +00:00
ryounes
239b45f36c
NIHVIVO-2459 Autocomplete: specify returned fields and sort results. Temporarily use untokenized query for tokenized queries.
2011-05-18 22:26:10 +00:00
j2blake
74a34e8a31
NIHVIVO-2279 Add more functions to the UserAccount controller.
2011-05-18 21:47:44 +00:00
stellamit
9b41389bd7
NIHVIVO-2235 (include "context nodes" in response to linked data request) and NIHVIVO-2651 (include rdfs:label of related individuals in response to linked data request)
2011-05-18 21:40:56 +00:00
ryounes
a86480e6b7
NIHVIVO-2459 Untokenized, unstemmed autocomplete (e.g., in addAuthors form). Added commented-out configuration for Solr Suggester in solrconfig.xml.
2011-05-18 20:42:23 +00:00
deepakkoni
a3471b7102
Committing the following changes to dev-search-relevance branch
...
1) ContextNodesInclusionFactory NIHVIVO-2204, NIHVIVO-2333(partly)
2) IndividualToSolrDoc to replace Entity2LuceneDoc while constructing SolrInputDocuments NIHVIVO-2653
3) LuceneDocument (test utility that prints contents from Lucene/Solr documents)
2011-05-18 20:35:42 +00:00
ryounes
bb07c9ad7e
NIHVIVO-2459 Untokenized, unstemmed autocomplete (e.g., in addAuthors form). Multi-word input not working yet.
2011-05-17 20:02:40 +00:00
ryounes
265a86019c
NIHVIVO-2437 Upgrade to Solr 3.1
2011-05-16 21:58:24 +00:00
ryounes
ad98e7723c
NIHVIVO-2459 Solr field definitions for autocomplete
2011-05-16 19:16:47 +00:00
j2blake
eac9e5dca1
NIHVIVO-2279 Add externalAuthId to the UserAccount.
2011-05-16 19:07:52 +00:00
j2blake
c6ed488e64
CuwalRedirector was a temporary fix for VITRO-385. A more appropriate fix was found, so CuwalRedirector can go away.
2011-05-16 18:15:34 +00:00
ryounes
a1ac1320e9
NIHVIVO-2459 Refactoring VitroLuceneTermNames rdfs:label field names to clarify what the fields are. Restored 1.2 Lucene analysis to name fields.
2011-05-13 22:54:25 +00:00
ryounes
702f904e75
NIHVIVO-2459 Work on SolrAutocompleteController (not working yet). Refactoring VitroLuceneTermNames rdfs:label field names to clarify what the fields are. Restored 1.2 Lucene analysis to name fields.
2011-05-13 22:43:47 +00:00
j2blake
39622d8b2b
Move the MD5 hashing algorithm into Authenticator where it belongs.
2011-05-13 21:20:28 +00:00
stellamit
7cc000e674
NIHVIVO-2369 - disable subProperty and equivalentProperty reasoning for SDB mode
2011-05-13 20:14:08 +00:00
j2blake
0dd317972e
Remove unused references to RoleLevel.
2011-05-13 20:11:21 +00:00
j2blake
270cb18f5e
NIHVIVO-2299 Move common identifiers to their own package.
2011-05-13 16:52:33 +00:00
j2blake
aa0067d0fd
NIHVIVO-2299 Remove old unused identifier factories: SelfEditing2RoleIdentifierFactory and UserToIndIdentifierFactory
2011-05-13 16:33:44 +00:00
j2blake
095ec6d9a7
NIHVIVO-2299 Remove old unused policies: JenaNetidPolicy and SparqlPolicy
2011-05-13 16:29:12 +00:00
brianjlowe
d83382ab73
Cleaned up some miscellaneous cruft
2011-05-13 16:04:39 +00:00
ryounes
de640f0998
Updated imports based on package refactoring
2011-05-12 21:55:03 +00:00
ryounes
97cfec876b
NIHVIVO-2458, NIHVIVO-2459 Add commented-out servlet definitions of new solr-based servlets for autocomplete and json data services.
2011-05-12 21:30:43 +00:00
j2blake
2d8873f41e
NIHVIVO-2601 Improve the password-change functioning.
2011-05-12 20:59:08 +00:00
ryounes
d4aff14e6f
NIHVIVO-2437 Minor refactoring
2011-05-12 20:42:14 +00:00
j2blake
42cee19d55
NIHVIVO-2299 Accept either an Actions object or a sequence of RequestedAction for authorization.
2011-05-12 19:27:02 +00:00
j2blake
69dd3019a7
NIHVIVO-2299 Rename Actions.EMPTY to Actions.AUTHORIZED, for consistency.
2011-05-12 19:26:20 +00:00
briancaruso
e72604c727
adding license statements
2011-05-12 16:25:34 +00:00
briancaruso
4144046559
Refactoring the N3 editing to reorganize packages
2011-05-12 16:02:37 +00:00
ryounes
b8471f62cf
NIHVIVO-2437 Filtered search based on refinement links. Change default boolean operator from OR to AND. Unrelated code cleanup in ApplicationDaoJena.java.
2011-05-11 22:08:39 +00:00
j2blake
f41d69753b
NIHVIVO-2299 Continue converting from older Identifiers to newer Identifiers.
2011-05-11 21:19:57 +00:00
j2blake
491f5d3728
NIHVIVO-2299 Improve the code in the common family of Identifiers.
2011-05-11 21:19:00 +00:00
j2blake
8db9f1dd87
remove compiler warnings.
2011-05-11 21:18:30 +00:00
j2blake
7002110c28
NIHVIVO-2299 Improve the code in the common family of Identifiers.
2011-05-11 20:59:30 +00:00
j2blake
d171d52e72
NIHVIVO-1420 Get rid of VitroRequestPrep.isSelfEditing() and use other, more meaningful methods instead.
2011-05-11 19:24:35 +00:00
j2blake
44f4189767
NIHVIVO-1420 Get rid of VitroRequestPrep.isSelfEditing() and use other, more meaningful methods instead.
2011-05-11 19:24:00 +00:00
j2blake
d18806f2df
NIHVIVO-2601 Fix admin login controller so it correctly handles forced password changes.
2011-05-11 16:55:53 +00:00
j2blake
7fed5babcf
NIHVIVO-2601 Create internal login for systems that only reveal the external authentication.
2011-05-11 16:02:43 +00:00
j2blake
c24cfa0b1a
Improve the comments.
2011-05-11 14:52:15 +00:00
brianjlowe
c4f4785674
web.xml updates and bugfix for VIVO-less vitro
2011-05-10 21:28:26 +00:00
brianjlowe
fbead2b020
NIHVIVO-2403 Remove tabs from code
2011-05-10 20:15:31 +00:00
stellamit
132cbdce2c
development for NIHVIVO-2410 (specific type inference in lieu of moniker)
2011-05-10 15:43:59 +00:00
j2blake
73e0916a04
NIHVIVO-2492 Restrict verbose property information by Policy instead of by login level.
2011-05-09 21:20:02 +00:00
j2blake
9f91be45e1
NIHVIVO-2279 add more methods to the UserAccountsDao, with tests for the Jena implementation.
2011-05-09 18:17:42 +00:00
j2blake
9682b91f94
NIHVIVO-2279 Implement searching and role filtering.
2011-05-07 21:24:03 +00:00
j2blake
3ad03c0767
NIHVIVO-2279 Start to create a real DAO, with tests, etc.
2011-05-06 21:09:30 +00:00