| clear query|facets|time |
Search criteria: serializer.
Results from 11 to 20 from
24 (0.568s).
|
|
|
Did you mean:
|
|
Loading phrases to help you refine your search...
|
|
RE: Shouldn't IndexWriter.commit(Map) accept Properties instead? - Lucene - [mail # dev]
|
|
... Right ... i wouldn't advocate using Java serialization here for all of those reasons (especially since so many people have worked so hard to move towards dealing with pure byte...
|
|
...[]s on disk instead of java serialized Strings) So to be clear: I wasn't in any way advocating that we do arbitrary serialization, or do anything different with the "String" values once we get...
|
|
|
Author: Chris Hostetter,
2009-06-22, 20:56
|
|
|
Re: Possible thread safety problem in CachingWrapperFilter - Lucene - [mail # dev]
|
|
... Ahhh... that actally makes a lot of sense. transient fields won't be saved/restored in serialization, so initing only in the constructor isn't good enough, after it's been serialized...
|
|
|
Author: Chris Hostetter,
2007-09-05, 22:01
|
|
|
trunk javadoc failures? - Lucene - [mail # dev]
|
|
.../apache/solr/util/doc-files/min-should-match.html to directory /home/hossman/lucene/dev/solr/build/docs/api/org/apache/solr/util/doc-files... [javadoc] Generating /home/hossman/lucene/dev/solr/build/docs/api/serialized-form.html... [javadoc...
|
|
|
Author: Chris Hostetter,
2012-03-22, 19:09
|
|
|
Re: solr caches from external caching system like memcached - Solr - [mail # user]
|
|
... serialization become a factor in performance. using them in a "micro" cache aspect doesn't make sense -- at that point you're probably better off using something like an HTTP proxy cache to do...
|
|
|
Author: Chris Hostetter,
2010-05-26, 00:27
|
|
|
Re: indexing xml document with literals - Solr - [mail # user]
|
|
... Solr has no knowledge that your "xml docs" are actually files ... the XML syntax ("...") is just a serialization mechanism for streaming data to solr about documents containing fields...
|
|
... to be in the ... ExtractingRequestHandler supports the "literal" params precisely because there is no "serialization" mechanism for the data -- it's sent over the wire un-encapsulated. -Hoss ...
|
|
|
Author: Chris Hostetter,
2010-07-07, 22:08
|
|
|
Re: Store tika extracted result as xhtml - Solr - [mail # user]
|
|
... (ie: node.getTextContent()). I suspect it wouldnt' be too hard to add an option to allow the capture of the serialized DOM Nodes. -Hoss ...
|
|
|
Author: Chris Hostetter,
2009-10-25, 15:42
|
|
|
Re: Multiple Process of the SAME solr instance - Solr - [mail # user]
|
|
... is in indexing documents one a time in serial, and you would like to parallelize. Solr (as a server) cna already handle this, you just need to parallelize your (client) indexing code. -Hoss ...
|
|
|
Author: Chris Hostetter,
2008-09-22, 19:04
|
|
|
Re: [jira] Created: (SOLR-1592) Refactor XMLWriter startTag to allow arbitrary attributes to be written - Solr - [mail # dev]
|
|
... methods to render the stored values as Objects, and then make their own choices as to how to serialize those objects ... that puts the response writer in control of ensuring that some custom...
|
|
|
Author: Chris Hostetter,
2009-11-25, 19:22
|
|
|
Re: Lucene 2.9.0-rc5 : Reader stays open after IndexWriter.updateDocument(), is that possible? - Lucene - [mail # dev]
|
|
... in because the sooner the Readers are closed the sooner the descriptor can be released -- no reason to wait (ie: during a serialized merge for example) until addDocument is done if hte Reader has...
|
|
|
Author: Chris Hostetter,
2009-09-30, 00:58
|
|
|
Re: Can I use per field analyzers and dynamic fields? - Solr - [mail # user]
|
|
... to Solr? i would strongly advise against it. Query.toString() is intended purely as a debugging tool, not as a serialization mechanism. It's very possible for the toString() value of a query...
|
|
|
Author: Chris Hostetter,
2010-05-12, 20:00
|
|
|
|