-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot get the total word from unallocated files #157
Comments
Correct, FsContent represent only allocated files in a file system. Can you post some code snippets to elaborate a bit more on what you are On Thu, Mar 7, 2013 at 9:44 AM, megxa700 notifications@github.com wrote:
|
To clarify, deleted file system files are represented by FsContent. But logical files representing unallocated blocks are AbstractFile (parent On Thu, Mar 7, 2013 at 9:49 AM, Adam Malinowski
|
for(String name: Files.keySet()){
} |
In this case it is better to get the files from the blackboard by keyword You can to go over all keyword search results (blackboard artifacts), then Then, use the object id (which is a file id) to query the keyword search This will give you all hits that exist, including hits from unallocated It should also be much faster, because you will only be querying keyword Adam On Thu, Mar 7, 2013 at 10:40 PM, megxa700 notifications@github.com wrote:
|
can you give me an example code? i seem lost here |
it turned out to be quite easy ant less time consuming. Thank you for helping. I won't forget to give you guys a credit when the project is done :) |
Good news! I was just about to give you a sample. On Sun, Mar 10, 2013 at 2:17 PM, megxa700 notifications@github.com wrote:
|
From this issue #149
It seems that we need to use FsContent to count the total words of the file. But it seems that there's no FsContent don't have unallocated files. Is there any other way to do it?
The text was updated successfully, but these errors were encountered: