Questions tagged [documents]

293 questions
0
votes
1 answer

How to take document per line when combining multiple documents?

Hello everyone, I have 3000 documents with me. I want to combine the content of those 3000 documents in one single document. I used cat *.html > Combined_Text.txt command to do the process. But, I would like to have the data of…
Sanathana
  • 284
  • 4
  • 16
0
votes
0 answers

startIntent with documents

I have a problem, I have this code. Intent intent = new Intent(Intent.ACTION_VIEW); intent.setData(Uri.fromFile(file)); intent.setType("application/*"); startNewActivity(intent); I opened Documents but throws me an error ,…
0
votes
1 answer

Carrot2 documents similarity and how are the ordered documents indexes in the tf-idf matrix?

I'm trying to determine the similarity between two documents using carrot. Is it possible get this similarity directly from the framework? Additionally I've been studying the tf-idf matrix and realized that the rows correspond to the stemmed all…
msoares
  • 13
  • 4
0
votes
1 answer

Session stored items per page in document and media liferay portlet

I'm using Liferay 6.1.0 GA1. I want to have items per page displayed in Documents and Media portlet stored in user session. I tried to change view_file_entries.jspf and view.jsp in ../document_library_display/, which I belive are the files that…
KamilGA
  • 7
  • 5
0
votes
1 answer

Analysable documents format (extensions) in ElasticSearch

Do you please have any idea about the number of analysables formats in ElasticSearch? Thank you Regards
Mawassa
  • 5
  • 2
0
votes
2 answers

Load array from plist in Documents Directory

I use to load plist which are in my main Bundle (Ressource folder) into an array using : NSString *path = [[[NSBundle mainBundle] resourcePath]stringByAppendingPathComponent:nomPlist ]; NSMutableArray *tmpQuestion = [[NSArray alloc]…
Florent
  • 21
  • 3
0
votes
1 answer

Providing help documentation in VB.NET?

I have written up troubleshooting documents for my project and would like them included in my program. I remember in VB6 there was a very easy way to do this with a control, where it already has the help document tree set up on the left and you just…
blerh
  • 531
  • 3
  • 6
  • 8
0
votes
1 answer

Display Text From a Document's File - iPhone SDK

Does anyone know how to display a text file, if its in the "Documents" folder of the iPhone application? The extension might not always be ".txt", but I would like to give it a try. Thanks, Kevin
lab12
  • 6,400
  • 21
  • 68
  • 106
0
votes
1 answer

Rails file storage with generate/download/upload and state

My web platform helps our association manage projects. Many documents are auto-generated by the platform, then our members are expected to generate them, and eventually download-check-reupload them. We also need to keep track of different…
Cyril Duchon-Doris
  • 12,964
  • 9
  • 77
  • 164
0
votes
1 answer

Database with a native versioned document type?

I know there are patterns for building versioning and audit trails on top of various data stores. I'm curious: Is there a DBMS (SQL or otherwise) with a native type for storing versioned textual documents? I'm not talking about a VCS like git that…
Avdi
  • 18,340
  • 6
  • 53
  • 62
0
votes
1 answer

Prohibit printing, saving, copy and clipboard for the user

I'd like to restrict my users to print, save, copy and make a screenshot of some really sensitive data. The current situation is a simple PDF which prohibits saving and printing but allows making a screenshot and simple right- click in the browser…
zokkker13
  • 161
  • 10
0
votes
1 answer

solr-4.9.0: how can solrj delete documents in "implicit router" effectively?

I used "implicit router" when created my collection and I used SolrJ to access Solr. In this mode, I do my query request by providing a param named route。But, if I want to call CloudSolrServer's deleteByQuery() method,how can I set this parameter? I…
0
votes
2 answers

Prevent app of iCloud Backup

My App getting reverted from App Store Review because I not preventing my Data from iCloud Backup :/ I have the following code in app delegate: -(BOOL)addSkipBackupAttributeToItemAtURL:(NSURL *)fileURL { if (![[NSFileManager defaultManager]…
Miralem Cebic
  • 1,276
  • 1
  • 15
  • 28
0
votes
1 answer

How to relate word concordances and docuements using graph data base

I saw some tutorials referring to importing data to the {Neo4j, titan,...} graph DBs. I have some questions about how to apply it to our academic project. In this case we have a set of documents in pdf and Microsoft Word formats (which is not so…
Nacho
  • 792
  • 1
  • 5
  • 23
0
votes
2 answers

How to load a file into Iphone documents directory?

I have several large files that I want to load into the applications document folder and then call up from there on demand. The suggestion I've seen is to put them in the resources folder and then when the application loads copy them into the…
ilmar
  • 1
  • 1